@react95/icons
Version:
React95 icons gallery
45 lines • 2.47 kB
JavaScript
var _excluded = ["variant"];
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(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 (-1 !== e.indexOf(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 Confcp109_32x32_4 = function Confcp109_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));
};
var Confcp109_16x16_4 = function Confcp109_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: "#ff0",
d: "M5 2h4M4 3h2m2 0h2M3 4h3m2 0h3M2 5h4m2 0h4M2 6h4m2 0h4M2 7h4m2 0h4M2 8h10M3 9h3m2 0h3m-7 1h2m2 0h2m-5 1h4"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#000",
d: "M3 3h1m2 0h2m2 0h4M6 4h2m5 0h1M6 5h2m5 0h1M6 6h2m5 0h1M6 7h2m5 0h1m-1 1h1M6 9h2m5 0h1M3 10h1m2 0h2m5 0h1M3 11h1m9 0h1M3 12h1m9 0h1M3 13h11"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#fff",
d: "M11 4h2m-1 1h1m-1 1h1m-1 1h1m-1 1h1m-2 1h2m-3 1h3m-9 1h1m4 0h4m-9 1h9"
}));
};
export var confcp109Data = {
'32x32_4': Confcp109_32x32_4,
'16x16_4': Confcp109_16x16_4
};
var Confcp109Component = function Confcp109Component(_ref) {
var _ref$variant = _ref.variant,
variant = _ref$variant === void 0 ? '32x32_4' : _ref$variant,
rest = _objectWithoutProperties(_ref, _excluded);
var Svg = confcp109Data[variant];
return /*#__PURE__*/React.createElement(Svg, rest);
};
export var Confcp109 = /*#__PURE__*/React.memo(Confcp109Component);
Confcp109.displayName = 'Confcp109';