@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.6 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 StyledArrowDownWideShortSolid = ({
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: "M17.3333 13.6659H13.3708C12.6346 13.6659 12.0375 14.263 12.0375 14.9993C12.0375 15.7355 12.6346 16.3326 13.3708 16.3326H17.3333C18.0696 16.3326 18.6667 15.7355 18.6667 14.9993C18.6667 14.263 18.0708 13.6659 17.3333 13.6659ZM22.6667 2.99927H13.3708C12.6346 2.99927 12.0375 3.59635 12.0375 4.3326C12.0375 5.06885 12.6346 5.66593 13.3708 5.66593H22.6667C23.4029 5.66593 24 5.06885 24 4.3326C24 3.59635 23.4042 2.99927 22.6667 2.99927ZM14.6667 18.9993H13.3333C12.5971 18.9993 12 19.5963 12 20.3326C12 21.0688 12.5971 21.6659 13.3333 21.6659H14.6667C15.4029 21.6659 15.9625 21.0688 15.9625 20.3326C15.9625 19.5963 15.4042 18.9993 14.6667 18.9993ZM20 8.3326H13.3708C12.6346 8.3326 12.0375 8.92968 12.0375 9.66593C12.0375 10.4022 12.6346 10.9993 13.3708 10.9993H20C20.7362 10.9993 21.3333 10.4022 21.3333 9.66593C21.3333 8.92968 20.7375 8.3326 20 8.3326ZM8.01666 15.4451L6.66666 16.9201V4.33385C6.66666 3.59635 6.07083 2.99927 5.33333 2.99927C4.59583 2.99927 4 3.59635 4 4.33385V16.9172L2.65 15.4451C2.387 15.1583 2.0275 15.0126 1.66625 15.0126C1.34462 15.0126 1.02166 15.1285 0.765831 15.3632C0.222915 15.8611 0.186665 16.7057 0.68379 17.2494L4.31295 21.2532C4.81795 21.8057 5.77379 21.8057 6.2792 21.2532L9.90837 17.2494C10.4059 16.7057 10.3692 15.8615 9.82633 15.3632C9.35833 14.8659 8.51666 14.9034 8.01666 15.4451Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowDownWideShortSolid);
const ArrowDownWideShortSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = ArrowDownWideShortSolid;
exports.default = _default;
module.exports = exports.default;