@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.25 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TrendsMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.TrendsMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.886 2.432a1.29 1.29 0 0 1 1.28-.024c5.538 2.573 8.679 7.918 8.484 12.397-.082 1.884-.756 3.63-2.067 4.906-1.31 1.277-3.19 2.02-5.562 2.025a7.24 7.24 0 0 1-7.679-6.933v-.012A6.12 6.12 0 0 1 7.49 9.284a.75.75 0 0 1 1.05.353 6.9 6.9 0 0 0 1.335 1.992c.647-.873.947-1.993.938-3.226-.01-1.499-.482-3.106-1.271-4.475a1.11 1.11 0 0 1 .344-1.496m1.468 1.75c.597 1.328.949 2.792.96 4.21.012 1.792-.523 3.568-1.873 4.852a.75.75 0 0 1-1 .03 8.4 8.4 0 0 1-1.873-2.241 4.62 4.62 0 0 0-1.727 3.714 5.74 5.74 0 0 0 6.156 5.49c2.063 0 3.551-.637 4.54-1.6.992-.967 1.546-2.328 1.615-3.898.155-3.583-2.263-8.087-6.798-10.557m-.522-1.02-.006-.008z", clipRule: "evenodd" }))); });
exports.TrendsMIcon.displayName = 'TrendsMIcon';