UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.6 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 StyledArrowDownShortWideSolid = ({ 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: "M13.3333 10.9993H17.3333C18.0696 10.9993 18.6667 10.4022 18.6667 9.66593C18.6667 8.92968 18.0696 8.3326 17.3333 8.3326H13.3708C12.6346 8.3326 12.0375 8.92968 12.0375 9.66593C12.0375 10.4022 12.5958 10.9993 13.3333 10.9993ZM13.3333 16.3326H20C20.7362 16.3326 21.3333 15.7355 21.3333 14.9993C21.3333 14.263 20.7362 13.6659 20 13.6659H13.3708C12.6346 13.6659 12.0375 14.263 12.0375 14.9993C12.0375 15.7355 12.5958 16.3326 13.3333 16.3326ZM13.3333 5.66593H14.6667C15.4029 5.66593 15.9625 5.06885 15.9625 4.3326C15.9625 3.59635 15.3654 2.99927 14.6667 2.99927H13.3333C12.5971 2.99927 12 3.59635 12 4.3326C12 5.06885 12.5958 5.66593 13.3333 5.66593ZM22.6667 18.9993H13.3708C12.6346 18.9993 12.0375 19.5963 12.0375 20.3326C12.0375 21.0688 12.6346 21.6659 13.3708 21.6659H22.6667C23.4029 21.6659 24 21.0688 24 20.3326C24 19.5963 23.4042 18.9993 22.6667 18.9993ZM8.01667 15.4451L6.66667 16.9201V4.33385C6.66667 3.59635 6.07084 2.99927 5.33334 2.99927C4.59584 2.99927 4 3.59635 4 4.33385V16.9172L2.65 15.4451C2.387 15.1583 2.0275 15.0126 1.66625 15.0126C1.34463 15.0126 1.02167 15.1285 0.765839 15.3632C0.222922 15.8611 0.186672 16.7057 0.683797 17.2494L4.31296 21.2532C4.81796 21.8057 5.77379 21.8057 6.27921 21.2532L9.90837 17.2494C10.4059 16.7057 10.3692 15.8615 9.82633 15.3632C9.35833 14.8659 8.51667 14.9034 8.01667 15.4451Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowDownShortWideSolid); const ArrowDownShortWideSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = ArrowDownShortWideSolid; exports.default = _default; module.exports = exports.default;