@ozen-ui/icons
Version:
A collection of icons
8 lines (7 loc) • 2.53 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BagMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.25 8C6.25 7.58579 6.58579 7.25 7 7.25H17C17.4142 7.25 17.75 7.58579 17.75 8C17.75 8.41421 17.4142 8.75 17 8.75H7C6.58579 8.75 6.25 8.41421 6.25 8Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3.17855L11.1587 4.1983C10.8153 4.61456 10.2435 4.76344 9.7407 4.56754L8.3432 4.02306L9.33497 5.60089C9.55541 5.95158 9.44981 6.41456 9.09913 6.63499C8.74844 6.85543 8.28545 6.74983 8.06502 6.39914L6.6705 4.18059C6.02941 3.16067 7.06009 1.91332 8.18258 2.35066L10.1167 3.10422L11.0358 1.99023C11.5358 1.3842 12.4642 1.3842 12.9642 1.99023L13.8833 3.10422L15.8174 2.35066C16.9399 1.91332 17.9706 3.16067 17.3295 4.18059L15.935 6.39914C15.7145 6.74983 15.2516 6.85543 14.9009 6.63499C14.5502 6.41456 14.4446 5.95158 14.665 5.60089L15.6568 4.02306L14.2593 4.56754C13.7565 4.76344 13.1847 4.61456 12.8413 4.1983L12 3.17855Z", fill: "currentColor" }),
React.createElement("path", { d: "M8.19408 10.4792C8.45874 10.1606 8.415 9.68776 8.09637 9.42309C7.77774 9.15842 7.30489 9.20217 7.04022 9.5208L4.53833 12.5328C4.52946 12.5435 4.5209 12.5544 4.51264 12.5655C3.81807 13.503 3.39208 14.6208 3.27984 15.7922C3.16761 16.9634 3.37321 18.1449 3.87502 19.2035C4.37691 20.2623 5.1562 21.158 6.12815 21.7863C7.10037 22.4148 8.22557 22.7497 9.37573 22.75H14.6245C15.7747 22.7497 16.8996 22.4148 17.8718 21.7863C18.8438 21.158 19.6231 20.2623 20.1249 19.2035C20.6268 18.1449 20.8323 16.9634 20.7202 15.7922C20.6079 14.6208 20.1819 13.503 19.4874 12.5655C19.4791 12.5544 19.4705 12.5435 19.4617 12.5328L16.9598 9.5208C16.6951 9.20217 16.2222 9.15842 15.9036 9.42309C15.585 9.68776 15.5412 10.1606 15.8059 10.4792L18.294 13.4747C18.8169 14.1866 19.141 15.0383 19.227 15.9352C19.3135 16.8389 19.1545 17.7488 18.7695 18.5609C18.3846 19.373 17.7904 20.0529 17.0575 20.5266C16.325 21.0001 15.4822 21.2497 14.6243 21.25H9.37573C8.51779 21.2497 7.67497 21.0001 6.94247 20.5266C6.20965 20.0529 5.61538 19.373 5.23044 18.561C4.84543 17.7487 4.68641 16.8389 4.773 15.9353C4.85895 15.0383 5.18304 14.1866 5.70596 13.4747L8.19408 10.4792Z", fill: "currentColor" }))); });
BagMIcon.displayName = 'BagMIcon';