@react95/icons
Version:
React95 icons gallery
45 lines • 2.44 kB
JavaScript
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 Pen_16x16_4 = function Pen_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: "#000",
d: "M11 1h1m1 0h1m-4 1h1m3 0h1M9 3h1M8 4h1m5 0h1M7 5h1m5 0h1M6 6h1m5 0h1M5 7h1m5 0h1M4 8h1m5 0h1M3 9h1m5 0h1m-8 1h1m5 0h1m-8 1h2m4 0h1m-7 1h1m1 0h1m2 0h1m-6 1h1m2 0h2m-5 1h4"
}), /*#__PURE__*/React.createElement("path", {
stroke: "maroon",
d: "M12 1h1m-2 1h1m1 0h1m-2 1h1m1 0h1m-2 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "red",
d: "M12 2h1m0 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "olive",
d: "M10 3h2m-2 1h3m-2 1h2m-2 1h1m-2 1h1M9 8h1M8 9h1m-2 1h1m-2 1h1m-5 1h1m2 0h1m-4 1h2"
}), /*#__PURE__*/React.createElement("path", {
stroke: "#ff0",
d: "M9 4h1M8 5h2M7 6h2M6 7h2M5 8h2M4 9h2m-3 1h2m-2 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "silver",
d: "M10 5h1M9 6h1M8 7h1M7 8h1M6 9h1m-2 1h1m-2 1h1"
}), /*#__PURE__*/React.createElement("path", {
stroke: "gray",
d: "M10 6h1M9 7h1M8 8h1M7 9h1m-2 1h1m-2 1h1m-2 1h1"
}));
};
export var penData = {
'16x16_4': Pen_16x16_4
};
export var Pen = function Pen(_ref) {
var _ref$variant = _ref.variant,
variant = _ref$variant === void 0 ? '16x16_4' : _ref$variant,
rest = _objectWithoutProperties(_ref, _excluded);
var Svg = penData[variant];
return /*#__PURE__*/React.createElement(Svg, rest);
};