UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 4.07 kB
"use strict"; exports.__esModule = true; exports.default = void 0; var _react = _interopRequireWildcard(require("react")); var _accessibleIcon = require("../accessible-icon"); var _styles = require("../styles"); var _jsxRuntime = require("react/jsx-runtime"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } const StyledForkKnifeSolid = ({ label, color = "#000000", className = "", css = {}, viewBox = "0 0 24 24" }, ref) => { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_accessibleIcon.AccessibleIcon, { label: label, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledSvg, { className: className, css: css, viewBox: viewBox, xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ref: ref, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledPath, { css: { fill: `${color}` }, d: "M6.36667 14.3897L2.25459 10.2813C1.16708 9.19384 0.430001 7.80634 0.139209 6.29384C-0.151708 4.78384 0.0167217 3.22092 0.622918 1.80717C0.708751 1.60717 0.842085 1.43092 1.01208 1.29442C1.18167 1.1578 1.38208 1.06484 1.59625 1.02367C1.81 0.982498 2.03084 0.994352 2.23917 1.05821C2.44709 1.12209 2.63667 1.23601 2.79084 1.39001L11.0792 9.67717L6.36667 14.3897ZM20.8458 19.4897C21.1583 19.8022 21.3333 20.2272 21.3333 20.6688C21.3333 21.1105 21.1583 21.5313 20.8458 21.848C20.5333 22.1605 20.1083 22.3355 19.6667 22.3355C19.225 22.3355 18.8 22.1605 18.4875 21.848L12.9417 16.3022L15.3 13.9438L20.8458 19.4897ZM23.7125 4.90884C23.875 5.01134 23.9625 5.15801 23.9875 5.31884C24.0167 5.48134 23.9833 5.64801 23.8917 5.78551L20.7708 10.6938C20.4875 11.1563 20.1042 11.548 19.6458 11.8438C19.1875 12.1355 18.6708 12.3188 18.1333 12.3813C17.2458 12.4647 16.3542 12.2397 15.6167 11.7397L5.5125 21.8438C5.2 22.1563 4.775 22.3313 4.33334 22.3313C3.89125 22.3313 3.4675 22.1563 3.15459 21.8438C2.84209 21.5313 2.62917 21.1063 2.62917 20.6647C2.62917 20.223 2.84209 19.798 3.15459 19.4855L13.2583 9.37717C12.7583 8.63967 12.5292 7.75217 12.6167 6.86467C12.6792 6.32717 12.8625 5.80634 13.1542 5.35217C13.45 4.89426 13.8417 4.51051 14.3042 4.22884L19.2125 1.10467C19.35 1.0163 19.5167 0.982256 19.6792 1.00909C19.8417 1.03591 19.9875 1.12171 20.0875 1.25001C20.1917 1.37813 20.2417 1.50217 20.2333 1.70342C20.225 1.86717 20.1542 2.02217 20.0042 2.13801L15.8 6.38551L16.3125 6.89801L21.1792 3.03259C21.2875 2.94717 21.4208 2.90426 21.5583 2.91217C21.6958 2.92009 21.825 2.97842 21.925 3.07592C22.0208 3.17342 22.0792 3.30342 22.0875 3.44092C22.0958 3.57842 22.05 3.71426 21.9667 3.82217L18.1042 8.68551L18.6167 9.19801L22.8583 4.96051C22.975 4.84467 23.1292 4.77551 23.2958 4.76634C23.4583 4.75717 23.6208 4.80884 23.7125 4.91134V4.90884Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledForkKnifeSolid); const ForkKnifeSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = ForkKnifeSolid; exports.default = _default; module.exports = exports.default;