@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.9 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 StyledCarBuildingSolid = ({
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: "M10.2 2C11.1938 2 12 2.80588 12 3.8V7.115C10.8938 7.56875 10.0087 8.4875 9.61125 9.6725L9.59625 9.69125C9.55875 9.42875 9.3075 9.2 9 9.2H7.8C7.47 9.2 7.2 9.47 7.2 9.8V11C7.2 11.33 7.47 11.6 7.8 11.6H8.97L8.76 12.2338C7.81875 12.8825 7.2 13.97 7.2 15.2V20H1.8C0.805875 20 0 19.1938 0 18.2V3.8C0 2.80588 0.805875 2 1.8 2H10.2ZM3 9.2C2.6685 9.2 2.4 9.47 2.4 9.8V11C2.4 11.33 2.6685 11.6 3 11.6H4.2C4.53 11.6 4.8 11.33 4.8 11V9.8C4.8 9.47 4.53 9.2 4.2 9.2H3ZM3 5.6C2.6685 5.6 2.4 5.87 2.4 6.2V7.4C2.4 7.73 2.6685 8 3 8H4.2C4.53 8 4.8 7.73 4.8 7.4V6.2C4.8 5.87 4.53 5.6 4.2 5.6H3ZM7.2 7.4C7.2 7.73 7.47 8 7.8 8H9C9.33 8 9.6 7.73 9.6 7.4V6.2C9.6 5.87 9.33 5.6 9 5.6H7.8C7.47 5.6 7.2 5.87 7.2 6.2V7.4ZM3 12.8C2.6685 12.8 2.4 13.07 2.4 13.4V14.6C2.4 14.93 2.6685 15.2 3 15.2H4.2C4.53 15.2 4.8 14.93 4.8 14.6V13.4C4.8 13.07 4.53 12.8 4.2 12.8H3ZM13.5975 8H18.8025C20.0925 8 21.24 8.825 21.6488 10.0513L22.6463 13.04C23.445 13.4263 24 14.2475 24 15.2V20C24 20.6638 23.4638 21.2 22.8 21.2H22.2C21.5363 21.2 21 20.6638 21 20V18.8H11.4V20C11.4 20.6638 10.8638 21.2 10.2 21.2H9.6C8.93625 21.2 8.4 20.6638 8.4 20V15.2C8.4 14.2475 8.955 13.4263 9.75375 13.04L10.7513 10.0513C11.16 8.825 12.3075 7.96625 13.5975 7.96625V8ZM13.5975 10.4C13.3388 10.4 13.11 10.565 13.0275 10.8088L12.3638 12.8H20.0363L19.3725 10.8088C19.29 10.565 19.0613 10.4 18.8025 10.4H13.5975ZM11.4 16.7C11.8988 16.7 12.3 16.2988 12.3 15.8C12.3 15.3013 11.8988 14.9 11.4 14.9C10.9013 14.9 10.5 15.3013 10.5 15.8C10.5 16.2988 10.9013 16.7 11.4 16.7ZM21 14.9C20.5013 14.9 20.1 15.3013 20.1 15.8C20.1 16.2988 20.5013 16.7 21 16.7C21.4988 16.7 21.9 16.2988 21.9 15.8C21.9 15.3013 21.4988 14.9 21 14.9Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCarBuildingSolid);
const CarBuildingSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = CarBuildingSolid;
exports.default = _default;
module.exports = exports.default;