UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.29 kB
"use strict"; 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 AppStore = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 6.548l.355-.645a.816.816 0 011.129-.322c.42.225.548.742.322 1.129l-3.548 6.096h2.549c.806 0 1.258.968.967 1.646H6.258a.799.799 0 01-.806-.807c0-.451.354-.806.806-.806h2.097l2.677-4.71-.87-1.452c-.227-.419-.098-.903.322-1.129.42-.225.903-.096 1.129.323l.387.677zm-3.194 8.807l-.774 1.355a.816.816 0 01-1.129.322.816.816 0 01-.322-1.129l.58-1.032c.71-.226 1.258-.065 1.645.484zm6.84-2.484h2.128c.452 0 .807.355.807.806a.799.799 0 01-.807.807h-1.193l.806 1.42c.226.419.097.902-.323 1.128-.419.226-.903.097-1.129-.322-1.354-2.355-2.354-4.065-3.032-5.258-.677-1.194-.193-2.355.258-2.775.58.904 1.387 2.323 2.484 4.194zM12 2C6.452 2 2 6.452 2 12s4.452 10 10 10 10-4.452 10-10S17.548 2 12 2zm8.742 10c0 4.774-3.871 8.742-8.742 8.742-4.774 0-8.742-3.871-8.742-8.742 0-4.774 3.871-8.742 8.742-8.742 4.774 0 8.742 3.871 8.742 8.742z", fill: "#323544" })); exports.default = AppStore;