UNPKG

1.3 kBJavaScriptView Raw
1function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
3import React from 'react';
4import withIcon from '../withIcon';
5
6function IconManual(props) {
7 return React.createElement("svg", _extends({
8 xmlnsXlink: "http://www.w3.org/1999/xlink",
9 viewBox: "0 0 24 24"
10 }, props), React.createElement("defs", null, React.createElement("path", {
11 id: "a",
12 d: "M0 0h24v24H0V0z"
13 })), React.createElement("clipPath", {
14 id: "b"
15 }, React.createElement("use", {
16 xlinkHref: "#a",
17 overflow: "visible"
18 })), React.createElement("path", {
19 clipPath: "url(#b)",
20 d: "M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zm0 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"
21 }));
22}
23
24export default withIcon('IconManual')(IconManual);
\No newline at end of file