@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 3.58 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BagSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BagSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_1978_1106)" },
react_1.default.createElement("path", { d: "M4.84091 4.81271C4.4267 4.81271 4.09091 5.14849 4.09091 5.56271C4.09091 5.97692 4.4267 6.31271 4.84091 6.31271H12.1591C12.5733 6.31271 12.9091 5.97692 12.9091 5.56271C12.9091 5.14849 12.5733 4.81271 12.1591 4.81271H4.84091Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M5.4193 8.1116C5.68299 7.79216 5.6378 7.31944 5.31837 7.05575C4.99894 6.79206 4.52622 6.83724 4.26252 7.15668L2.9732 8.71853L2.95771 8.73796C2.43205 9.41951 2.10809 10.2345 2.0227 11.0906C1.93731 11.9467 2.09392 12.8094 2.4747 13.5811C2.85547 14.3528 3.4451 15.0024 4.17659 15.4567C4.90803 15.9109 5.75223 16.1518 6.6136 16.152H10.3864C11.2478 16.1518 12.092 15.9109 12.8234 15.4567C13.5549 15.0024 14.1445 14.3527 14.5253 13.5811C14.9061 12.8094 15.0627 11.9466 14.9773 11.0906C14.8919 10.2345 14.5679 9.41951 14.0423 8.73796C14.0372 8.7314 14.0321 8.72492 14.0268 8.71853L12.7375 7.15668C12.4738 6.83724 12.0011 6.79206 11.6816 7.05575C11.3622 7.31944 11.317 7.79216 11.5807 8.1116L12.8617 9.66337C13.2119 10.121 13.4276 10.6667 13.4847 11.2395C13.5422 11.8161 13.4367 12.3973 13.1801 12.9173C12.9235 13.4374 12.5259 13.8757 12.0321 14.1824C11.5383 14.489 10.9681 14.6518 10.3862 14.652H6.6138C6.03188 14.6518 5.46173 14.4891 4.96792 14.1824C4.47411 13.8757 4.07649 13.4374 3.81985 12.9174C3.56323 12.3973 3.45778 11.8161 3.51529 11.2395C3.57242 10.6667 3.7881 10.121 4.13831 9.66336L5.4193 8.1116Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M8.38897 0C8.18204 0 7.97708 0.048844 7.79176 0.143774C7.60639 0.238811 7.44452 0.378141 7.32344 0.55198L7.05557 0.936529L5.83524 0.352512L5.83361 0.351738C5.5947 0.238104 5.32708 0.200024 5.06721 0.240684C4.8072 0.281367 4.56247 0.399787 4.36919 0.584693C4.17545 0.770031 4.04296 1.01348 3.99675 1.28263C3.95193 1.54374 3.99157 1.81046 4.1076 2.04616L4.82746 3.64689C4.99734 4.02466 5.44131 4.19319 5.81908 4.0233C6.19685 3.85342 6.36538 3.40945 6.19549 3.03168L5.71195 1.95644L6.55613 2.36044C6.83351 2.49329 7.14917 2.52356 7.44575 2.44808C7.74261 2.37247 8.0087 2.19308 8.18773 1.93552L8.38799 1.64805L8.58417 1.93303L8.58632 1.93613C8.76547 2.1936 9.03121 2.3723 9.32798 2.44787C9.62449 2.52336 9.9399 2.49309 10.2171 2.3606L11.0634 1.95622L10.5802 3.03194C10.4104 3.40977 10.5791 3.85367 10.957 4.02342C11.3348 4.19316 11.7787 4.02447 11.9484 3.64664L12.6671 2.04688C12.7836 1.81142 12.8237 1.54478 12.7793 1.28364C12.6758 0.933407 12.5977 0.764881 12.3879 0.584693C12.178 0.404505 11.9682 0.30749 11.7082 0.240143C11.4479 0.199591 11.1799 0.238133 10.9409 0.352328L9.719 0.936184L9.45688 0.555397L9.45458 0.552086C9.33349 0.378198 9.17159 0.238831 8.98619 0.143774C8.77485 0.029343 8.64093 0.00627749 8.38897 0Z", fill: "currentColor" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_1978_1106" },
react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
exports.BagSIcon.displayName = 'BagSIcon';