UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 2.99 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 StyledBusSimpleSolid = ({ 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.5 0C18.35 0 23 1.65 23 3.75V19.5C23 20.3297 22.3297 21 21.5 21V22.5C21.5 23.3297 20.8297 24 20 24H18.5C17.6703 24 17 23.3297 17 22.5V21H8V22.5C8 23.3297 7.32969 24 6.5 24H5C4.17172 24 3.5 23.3297 3.5 22.5V21C2.67172 21 2 20.3297 2 19.5V3.75C2 1.65 6.64953 0 12.5 0ZM5 12C5 12.8297 5.67172 13.5 6.5 13.5H18.5C19.3297 13.5 20 12.8297 20 12V6C20 5.17031 19.3297 4.5 18.5 4.5H6.5C5.67172 4.5 5 5.17031 5 6V12ZM5.75 18.75C6.57828 18.75 7.25 18.0797 7.25 17.25C7.25 16.4203 6.57828 15.75 5.75 15.75C4.92172 15.75 4.25 16.4203 4.25 17.25C4.25 18.0797 4.92172 18.75 5.75 18.75ZM19.25 18.75C20.0797 18.75 20.75 18.0797 20.75 17.25C20.75 16.4203 20.0797 15.75 19.25 15.75C18.4203 15.75 17.75 16.4203 17.75 17.25C17.75 18.0797 18.4203 18.75 19.25 18.75Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledBusSimpleSolid); const BusSimpleSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = BusSimpleSolid; exports.default = _default; module.exports = exports.default;