UNPKG

@react95/icons

Version:
41 lines 2.41 kB
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 Format16_16x16_4 = function Format16_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: "M1 0h1m12 0h1M1 1h1m12 0h1M1 2h1m12 0h1M1 3h1m12 0h1M1 4h1m12 0h1M1 5h1m12 0h1M1 6h10m1 0h3M1 10h10m1 0h3M1 11h1m12 0h1M1 12h1m12 0h1M1 13h1m12 0h1M1 14h1m12 0h1M1 15h1m12 0h1" }), /*#__PURE__*/React.createElement("path", { stroke: "#fff", d: "M2 0h12M2 1h12M2 2h1m3 0h1m3 0h1m2 0h1M2 3h12M2 4h1m3 0h1m3 0h1m2 0h1M2 5h12M2 11h12M2 12h1m10 0h1M2 13h12M2 14h1m3 0h1m3 0h1m2 0h1M2 15h12" }), /*#__PURE__*/React.createElement("path", { stroke: "gray", d: "M3 2h3m1 0h3m1 0h2M3 4h3m1 0h3m1 0h2M3 14h3m1 0h3m1 0h2" }), /*#__PURE__*/React.createElement("path", { stroke: "#00f", d: "M11 6h1m-2 1h2M9 8h7m-6 1h2m-1 1h1" }), /*#__PURE__*/React.createElement("path", { stroke: "olive", d: "M3 12h10" })); }; export var format16Data = { '16x16_4': Format16_16x16_4 }; var Format16Component = function Format16Component(_ref) { var _ref$variant = _ref.variant, variant = _ref$variant === void 0 ? '16x16_4' : _ref$variant, rest = _objectWithoutProperties(_ref, _excluded); var Svg = format16Data[variant]; return /*#__PURE__*/React.createElement(Svg, rest); }; export var Format16 = /*#__PURE__*/React.memo(Format16Component); Format16.displayName = 'Format16';