iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Store = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.66 10.506v8.259H2.115v-8.437C1.422 9.69 1.004 8.678 1 7.662h.006L3.226 1h13.323l2.22 6.662h.006c-.004 1.122-.272 2.232-1.116 2.844zM3.225 17.654h13.323v-2.22H3.226v2.22zm0-3.33h13.323v-3.386c-.177.027-.352.054-.555.054-.834 0-1.709-.418-2.22-1.11-.45.684-1.05 1.11-1.932 1.11-.794 0-1.494-.538-1.954-1.11-.461.572-1.16 1.11-1.955 1.11-.881 0-1.483-.426-1.931-1.11-.512.692-1.423 1.11-2.257 1.11-.18 0-.352-.027-.519-.066v3.398zM15.809 2.11H3.966l-1.48 4.44h14.803l-1.48-4.44zM2.129 7.662c.187.956.837 2.22 1.616 2.22.78 0 1.702 0 1.702-1.11h1.11s0 1.11 1.376 1.11c1.4 0 1.368-1.11 1.368-1.11h1.173s-.03 1.11 1.368 1.11c1.377 0 1.368-1.11 1.368-1.11h1.119s0 1.11 1.7 1.11c1.63 0 1.617-2.22 1.617-2.22H2.129z", fill: "#000", fillRule: "evenodd" }));
exports.default = Store;