@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 4.05 kB
JavaScript
;
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 StyledFloppyDiskCircleXmarkRegular = ({
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.99927C17.5858 9.99927 17.1813 10.0413 16.7908 10.1212C14.0583 10.6826 12 13.0993 12 15.9993C12 19.3134 14.6858 21.9993 18 21.9993C21.3142 21.9993 24 19.3134 24 15.9993C24 12.6851 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 11.3326C7.86667 11.3326 6.66667 12.5326 6.66667 13.9993C6.66667 15.4659 7.86667 16.6659 9.33333 16.6659C9.82625 16.6659 10.2838 16.5212 10.6813 16.2854C10.6792 16.1909 10.6667 16.0951 10.6667 15.9993C10.6667 14.7384 10.9854 13.5522 11.5458 12.5159C11.0667 11.8034 10.25 11.3326 9.33333 11.3326ZM2.66667 18.6659C2.2985 18.6659 2 18.3674 2 17.9993V4.66593C2 4.29768 2.2985 3.99927 2.66667 3.99927H3.33333V8.3326C3.33333 8.88468 3.78125 9.3326 4.33333 9.3326H12.3333C12.8875 9.3326 13.3333 8.88677 13.3333 8.3326V4.16093L16.5938 7.42135C16.6417 7.46593 16.6667 7.5326 16.6667 7.5951V8.79093C17.1 8.71177 17.5458 8.66593 18 8.66593C18.2251 8.66593 18.4467 8.67969 18.6667 8.69954V7.4951C18.6667 6.96677 18.4551 6.45593 18.0817 6.0826L14.5858 2.58677C14.2125 2.2101 13.7 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.8508 20.0718 11.4583 19.3959 11.1729 18.6659H2.66667ZM5.33333 3.99927H11.3333V7.3326H5.33333V3.99927Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledFloppyDiskCircleXmarkRegular);
const FloppyDiskCircleXmarkRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = FloppyDiskCircleXmarkRegular;
exports.default = _default;
module.exports = exports.default;