UNPKG

@react95/icons

Version:
52 lines 2.73 kB
var _excluded = ["variant"]; function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; } function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; } function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; var Ccapi104_32x32_4 = function Ccapi104_32x32_4(props) { return /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", shapeRendering: "crispEdges", viewBox: "0 -0.5 32 32" }, props), /*#__PURE__*/React.createElement("path", { stroke: "gray", d: "M0 21h10M0 22h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-1 1h1" }), /*#__PURE__*/React.createElement("path", { stroke: "#000", d: "M10 21h1m-1 1h1m-7 1h4m2 0h1m-6 1h3m2 0h1m-7 1h4m2 0h1m-8 1h3m1 0h1m2 0h1m-8 1h2m5 0h1m-8 1h1m6 0h1m-7 1h1m5 0h1m-1 1h1M0 31h11" }), /*#__PURE__*/React.createElement("path", { stroke: "#fff", d: "M1 22h9m-9 1h3m4 0h2m-9 1h4m3 0h2m-9 1h3m4 0h2m-9 1h2m3 0h1m1 0h2m-9 1h2m2 0h5m-9 1h2m1 0h6m-9 1h3m1 0h5m-9 1h9" })); }; var Ccapi104_16x16_4 = function Ccapi104_16x16_4(props) { return /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", shapeRendering: "crispEdges", viewBox: "0 -0.5 16 16" }, props), /*#__PURE__*/React.createElement("path", { stroke: "gray", d: "M0 9h6m-6 1h1m-1 1h1m-1 1h1m2 0h1m-4 1h1m-1 1h1" }), /*#__PURE__*/React.createElement("path", { stroke: "#000", d: "M6 9h1m-1 1h1m-4 1h2m1 0h1m-5 1h1m1 0h1m1 0h1m-5 1h1m3 0h1m-1 1h1m-7 1h7" }), /*#__PURE__*/React.createElement("path", { stroke: "#fff", d: "M1 10h5m-5 1h2m2 0h1m-5 1h1m3 0h1m-5 1h1m1 0h3m-5 1h5" })); }; export var ccapi104Data = { '32x32_4': Ccapi104_32x32_4, '16x16_4': Ccapi104_16x16_4 }; export var Ccapi104 = function Ccapi104(_ref) { var _ref$variant = _ref.variant, variant = _ref$variant === void 0 ? '32x32_4' : _ref$variant, rest = _objectWithoutProperties(_ref, _excluded); var Svg = ccapi104Data[variant]; return /*#__PURE__*/React.createElement(Svg, rest); };