UNPKG

@fruits-chain/icons-react-native

Version:
22 lines • 1.16 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 HexagonBarOutline = 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 }, /*#__PURE__*/React.createElement(Path, { d: "m12.5 3.134 7.428 4.289v9.154L12 21.155l-7.928-4.578V7.423L12 2.845zm-1 1.732L12 4l.5.866-6.928 4-.5-.866h1v8h-1l.5-.866 6.928 4L12 20l-.5-.866 6.928-4 .5.866h-1V8h1l-.5.866z" }), /*#__PURE__*/React.createElement(Path, { d: "M11 9.5h2v5h-2z" }))); }); export default HexagonBarOutline;