@brizy/ui-icons
Version:
10 lines (9 loc) • 919 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Shop = void 0;
const react_1 = __importDefault(require("react"));
exports.Shop = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "M3.5 0a.5.5 0 0 1 .5.5V9h9.122l1.897-6.637a.5.5 0 0 1 .53-.36l.088.016a.5.5 0 0 1 .344.618l-2 7A.5.5 0 0 1 13.5 10h-10a.5.5 0 0 1-.5-.5V1H.5A.5.5 0 0 1 .008.59L0 .5A.5.5 0 0 1 .5 0zm6 0a.5.5 0 0 1 .5.5V3h2.5a.5.5 0 0 1 0 1H10v2.5a.5.5 0 0 1-1 0V4H6.5a.5.5 0 0 1 0-1H9V.5a.5.5 0 0 1 .5-.5M4 12a2 2 0 1 1 0 4 2 2 0 0 1 0-4m0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2m9-1a2 2 0 1 1 0 4 2 2 0 0 1 0-4m0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2" })));