UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.63 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 StyledFamilyRegular = ({ 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: "M12 10.5C13.2436 10.5 14.25 9.49359 14.25 8.25C14.25 7.00641 13.2422 6 12 6C10.7578 6 9.75 7.00781 9.75 8.25C9.75 9.49219 10.7578 10.5 12 10.5ZM13.5 12H10.5C9.25781 12 8.25 13.0078 8.25 14.25V18C8.25 18.8283 8.92172 19.5 9.75 19.5V22.5C9.75 23.3283 10.4217 24 11.25 24H12.75C13.5783 24 14.25 23.3283 14.25 22.5V19.5C15.0783 19.5 15.75 18.8283 15.75 18V14.25C15.75 13.0078 14.7422 12 13.5 12ZM13.5 17.25H10.5V14.25H13.5V17.25ZM18 6C19.6584 6 21 4.65844 21 3C21 1.34156 19.6584 0 18 0C16.3416 0 15 1.34156 15 3C15 4.65844 16.3406 6 18 6ZM6 6C7.65844 6 9 4.65844 9 3C9 1.34156 7.65938 0 6 0C4.34062 0 3 1.34156 3 3C3 4.65844 4.34203 6 6 6ZM3.75 10.5C3.75 10.0865 4.08647 9.75 4.5 9.75H8.58375C8.37656 9.29062 8.25 8.78906 8.25 8.25C8.25 8.0362 8.27863 7.82986 8.31314 7.62562C8.05312 7.55156 7.78594 7.5 7.5 7.5H4.5C2.84297 7.5 1.5 8.84531 1.5 10.5V15C1.5 15.8283 2.17172 16.5 3 16.5V22.875C3 23.4984 3.50391 24 4.125 24C4.74609 24 5.25 23.4961 5.25 22.875V16.5H6.75V14.25H3.75V10.5ZM23.6953 16.0875L21.8634 9.675C21.4969 8.38594 20.3203 7.5 18.9797 7.5H17.0175C16.545 7.5 16.1109 7.64264 15.7073 7.84214C15.7219 7.97812 15.75 8.10938 15.75 8.25C15.75 8.78719 15.6235 9.29016 15.4162 9.75H18.981C19.316 9.75 19.6101 9.97191 19.702 10.2938L21.2625 15.75H17.25V18H18.75V22.875C18.75 23.4961 19.2539 24 19.875 24C20.4961 24 21 23.4984 21 22.875V18H22.2553C23.25 18 23.9719 17.0484 23.6953 16.0875Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledFamilyRegular); const FamilyRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = FamilyRegular; exports.default = _default; module.exports = exports.default;