@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.54 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 StyledArrowDownWideShortRegular = ({
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: "M15 19.6659H13C12.4479 19.6659 12 20.1139 12 20.6659C12 21.218 12.45 21.6659 13 21.6659H15C15.5521 21.6659 15.9625 21.218 15.9625 20.6659C15.9625 20.1139 15.55 19.6659 15 19.6659ZM17.6291 14.3326H13C12.45 14.3326 12 14.7826 12 15.3326C12 15.8826 12.45 16.3326 13 16.3326H17.6291C18.1812 16.3326 18.6291 15.8847 18.6291 15.3326C18.6291 14.7805 18.2166 14.3326 17.6291 14.3326ZM20.2958 8.99927H13C12.45 8.99927 12 9.44927 12 9.99927C12 10.5493 12.45 10.9993 13 10.9993H20.2958C20.8479 10.9993 21.2958 10.5514 21.2958 9.99927C21.2958 9.44718 20.8833 8.99927 20.2958 8.99927ZM22.9625 3.66593H13C12.45 3.66593 12 4.11385 12 4.66593C12 5.21802 12.45 5.66593 13 5.66593H22.9625C23.5146 5.66593 23.9625 5.21802 23.9625 4.66593C23.9625 4.11385 23.55 3.66593 22.9625 3.66593ZM8.59999 15.6284L6.33333 18.1201V4.0001C6.33333 3.4476 5.88749 2.99927 5.33333 2.99927C4.77916 2.99927 4.33333 3.4476 4.33333 4.0001V18.1209L2.06792 15.6647C1.87129 15.4511 1.60292 15.3431 1.33375 15.3431C1.09158 15.3431 0.847917 15.4303 0.655418 15.6087C0.249168 15.9827 0.224585 16.6162 0.599418 17.0229L4.56191 21.3604C4.9395 21.7695 5.65316 21.7695 6.03066 21.3604L9.99316 17.0229C10.3682 16.6163 10.3434 15.9829 9.93716 15.6087C9.60416 15.2284 8.97082 15.2576 8.59999 15.6284Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowDownWideShortRegular);
const ArrowDownWideShortRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = ArrowDownWideShortRegular;
exports.default = _default;
module.exports = exports.default;