UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

31 lines 1.78 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React, { forwardRef } from 'react'; export const StoreFillIcon = /*#__PURE__*/forwardRef(({ className, style, ariaLabel, size = 24, width, height, ...props }, ref) => { const iconSize = width || height || size; return /*#__PURE__*/React.createElement("svg", _extends({ ref: ref, className: className, "aria-label": ariaLabel || "store, fill", style: style, width: width || iconSize, height: height || iconSize, viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M10.9 19.28h-4c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h4c.5 0 .9.4.9.9s-.4.9-.9.9Z" }), /*#__PURE__*/React.createElement("path", { d: "M2 12.12a2.788 2.788 0 0 1-.46-.62c-.76-1.41-.82-2.25.43-4.12.99-1.49.99-2.18.99-2.54 0-.59.23-1.44.88-2.05.39-.38 1.13-.81 2.25-.76L17.67 2c.68-.04 1.73.25 2.46.95.61.59.7 1.39.77 2.02.11.96.42 1.71 1.02 2.48 1.4 1.79.98 3.6 0 4.52l-.12.109v3.831c0 2.98 0 4.62-1.14 5.76-1.14 1.14-2.78 1.14-5.76 1.14h-6c-2.98 0-4.62 0-5.76-1.14C2 20.53 2 18.89 2 15.91v-3.79Zm15.62.93c.42.17.86.26 1.3.26h.03c.35 0 .7-.056 1.05-.166v2.766c0 2.75-.03 3.9-.62 4.49-.59.6-1.73.62-4.48.62h-6c-2.75 0-3.89-.03-4.48-.62-.6-.59-.62-1.73-.62-4.49v-2.776c.323.092.644.15.94.176 1.11.02 2.06-.35 2.81-1.08.2-.19.37-.41.53-.64 1.59 1.86 4.05 1.85 5.37 1.48.84-.23 1.65-.77 2.27-1.47.42.63 1.03 1.09 1.9 1.45Z", fillRule: "evenodd", clipRule: "evenodd" })); }); export default StoreFillIcon;