UNPKG

@fruits-chain/icons-react-native

Version:
25 lines • 1.18 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); } import React from 'react'; import { Svg, G, Path } from 'react-native-svg'; import { genOutlineIcon } from "./gen"; var DraftsOutline = genOutlineIcon(function (_ref, props) { var size = _ref.size, color = _ref.color, strokeWidth = _ref.strokeWidth; return /*#__PURE__*/React.createElement(Svg, _extends({}, props, { viewBox: "0 0 24 24", fill: "none", width: size, height: size }), /*#__PURE__*/React.createElement(G, { fill: color, fillRule: "evenodd" }, /*#__PURE__*/React.createElement(Path, { d: "M3 8v12h18V8zm2 10h14v-8H5z" }), /*#__PURE__*/React.createElement(Path, { d: "m5.417 4-1.75 6h16.666l-1.75-6zm.916 4h11.334l-.584-2H6.917z" }), /*#__PURE__*/React.createElement(Path, { d: "m7.72 8 1.5 6h5.56l1.5-6zm3.06 4-.5-2h3.44l-.5 2z" }))); }); export default DraftsOutline;