@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.43 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BagMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.25 8A.75.75 0 0 1 7 7.25h10a.75.75 0 0 1 0 1.5H7A.75.75 0 0 1 6.25 8M12 3.179l-.841 1.02a1.25 1.25 0 0 1-1.418.369l-1.398-.545.992 1.578a.75.75 0 1 1-1.27.798L6.671 4.181c-.642-1.02.39-2.268 1.512-1.83l1.934.753.919-1.114a1.25 1.25 0 0 1 1.928 0l.92 1.114 1.933-.753c1.123-.438 2.154.81 1.512 1.83l-1.394 2.218a.75.75 0 0 1-1.27-.798l.992-1.578-1.398.545a1.25 1.25 0 0 1-1.418-.37z", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", d: "M8.194 10.48a.75.75 0 1 0-1.154-.96l-2.502 3.013-.025.033a6.46 6.46 0 0 0-1.233 3.226 6.5 6.5 0 0 0 .595 3.411 6.27 6.27 0 0 0 2.253 2.583 6 6 0 0 0 3.248.964h5.249a6 6 0 0 0 3.247-.964 6.26 6.26 0 0 0 2.253-2.583 6.5 6.5 0 0 0 .595-3.41 6.46 6.46 0 0 0-1.258-3.26L16.96 9.52a.75.75 0 0 0-1.154.958l2.488 2.996c.523.712.847 1.563.933 2.46a5 5 0 0 1-.457 2.626 4.76 4.76 0 0 1-1.712 1.966 4.5 4.5 0 0 1-2.434.723H9.376c-.858 0-1.701-.25-2.434-.723A4.76 4.76 0 0 1 5.23 18.56a5 5 0 0 1-.457-2.626c.086-.897.41-1.748.933-2.46z" }))); });
BagMIcon.displayName = 'BagMIcon';