UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.78 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 StyledFloppyDiskCircleXmarkSolid = ({ 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: "M18 9.99927C14.6875 9.99927 12 12.6868 12 15.9993C12 19.3118 14.6863 21.9993 18 21.9993C21.3138 21.9993 24 19.313 24 15.9993C24 12.6855 21.3125 9.99927 18 9.99927ZM20.3542 17.4118C20.6143 17.6719 20.6147 18.0939 20.3546 18.3543C20.0946 18.6144 19.6725 18.6139 19.4121 18.3538L17.9992 16.9409L16.5862 18.3538C16.3262 18.6139 15.9042 18.6143 15.6437 18.3542C15.3833 18.0941 15.3841 17.6722 15.6441 17.4117L17.0571 15.9988L15.6441 14.5859C15.3841 14.3258 15.3837 13.9038 15.6438 13.6434C15.9039 13.383 16.3259 13.3837 16.5863 13.6438L17.9992 15.0568L19.4121 13.6438C19.6722 13.3838 20.0942 13.3833 20.3542 13.6434C20.6142 13.9035 20.6139 14.3255 20.3538 14.5859L18.9409 15.9988L20.3542 17.4118ZM9.33333 17.9993C7.86083 17.9993 6.66667 16.8051 6.66667 15.3326C6.66667 13.8601 7.86083 12.6659 9.33333 12.6659C10.0388 12.6659 10.6754 12.945 11.1525 13.3922C12.2042 10.6326 14.8708 8.66593 18 8.66593C18.2251 8.66593 18.4467 8.67969 18.6667 8.69954V7.4951C18.6667 7.03927 18.4039 6.4051 18.0817 6.0826L14.5858 2.58677C14.2625 2.2626 13.6292 1.99927 13.1708 1.99927H2.66667C1.19375 1.99927 0 3.19302 0 4.66593V17.9993C0 19.4722 1.19375 20.6659 2.66667 20.6659H12.3417C11.6063 19.7755 11.08 18.708 10.83 17.538C10.4042 17.8284 9.8875 17.9993 9.33333 17.9993ZM2.66667 9.3326V5.3326C2.66667 4.96593 2.965 4.66593 3.33333 4.66593H12.6667C13.0333 4.66593 13.3333 4.96593 13.3333 5.3326V9.3326C13.3333 9.69927 13.0333 9.99927 12.6667 9.99927H3.33333C2.965 9.99927 2.66667 9.69927 2.66667 9.3326Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledFloppyDiskCircleXmarkSolid); const FloppyDiskCircleXmarkSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = FloppyDiskCircleXmarkSolid; exports.default = _default; module.exports = exports.default;