@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.17 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 StyledPaperclipRegular = ({
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: "M19.6725 3.11279C18.4245 1.81807 16.3911 1.81807 15.0997 3.11279L5.89021 12.3223C3.78695 14.4665 3.78695 17.878 5.89021 19.9789C7.99251 22.0845 11.404 22.0845 13.5048 19.9789L20.8289 12.6548C21.2818 12.2067 22.0142 12.2067 22.4238 12.6548C22.9153 13.1077 22.9153 13.8401 22.4238 14.2497L15.0997 21.5738C12.1364 24.6238 7.2601 24.6238 4.25482 21.5738C1.24839 18.6104 1.24839 13.7341 4.25482 10.7274L13.5048 1.4774C15.6587 -0.677364 19.1521 -0.677364 21.2674 1.4774C23.4646 3.63222 23.4646 7.12801 21.2674 9.2385L12.4544 18.1334C10.9318 19.656 8.42617 19.5163 7.08182 17.8395C5.93406 16.4036 6.04874 14.3316 7.34683 13.0306L14.6613 5.71621C15.1142 5.26809 15.8466 5.26809 16.2562 5.71621C16.7477 6.16914 16.7477 6.90155 16.2562 7.31112L8.98511 14.6641C8.51772 15.1315 8.47435 15.8783 8.88874 16.3939C9.37059 16.9962 10.2716 17.0492 10.8161 16.4999L19.6725 7.64359C20.9253 6.39561 20.9253 4.36414 19.6725 3.11279Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledPaperclipRegular);
const PaperclipRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = PaperclipRegular;
exports.default = _default;
module.exports = exports.default;