UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.77 kB
"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({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("g", { fill: "currentColor", clipPath: "url(#BagSIcon__a)" }, react_1.default.createElement("path", { d: "M4.84 4.813a.75.75 0 1 0 0 1.5h7.32a.75.75 0 0 0 0-1.5zM5.42 8.112a.75.75 0 0 0-1.157-.955l-1.29 1.562-.015.019a4.6 4.6 0 0 0 1.219 6.719 4.6 4.6 0 0 0 2.437.695h3.772a4.62 4.62 0 0 0 4.14-2.57 4.6 4.6 0 0 0-.5-4.863l-1.288-1.562a.75.75 0 0 0-1.157.955l1.28 1.551a3.1 3.1 0 0 1-.829 4.52 3.1 3.1 0 0 1-1.646.469H6.614a3.12 3.12 0 0 1-2.794-1.735 3.1 3.1 0 0 1 .318-3.254zM8.389 0a1.3 1.3 0 0 0-.597.144 1.3 1.3 0 0 0-.469.408l-.267.385-1.22-.584-.002-.001a1.31 1.31 0 0 0-1.465.233 1.25 1.25 0 0 0-.262 1.461l.72 1.6a.75.75 0 1 0 1.368-.614l-.483-1.076.844.404c.278.133.593.164.89.088s.563-.255.742-.512l.2-.288.196.285.002.003c.18.258.445.436.742.512.296.075.612.045.89-.087l.845-.405-.483 1.076a.75.75 0 1 0 1.368.615l.72-1.6c.116-.236.156-.502.111-.763-.103-.35-.181-.52-.391-.7s-.42-.277-.68-.344a1.3 1.3 0 0 0-.767.112L9.719.936l-.262-.38-.002-.004a1.3 1.3 0 0 0-.469-.408C8.775.029 8.641.006 8.39 0" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "BagSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.BagSIcon.displayName = 'BagSIcon';