iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.45 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const FlowerOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-flower-off", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M9.875 9.882a3 3 0 004.247 4.238m.581-3.423a3.012 3.012 0 00-1.418-1.409" }),
React.createElement("path", { d: "M9 5a3 3 0 016 0c0 .562-.259 1.442-.776 2.64L13.5 9l1.76-1.893c.499-.6.922-1 1.27-1.205a2.968 2.968 0 014.07 1.099 3.011 3.011 0 01-1.09 4.098c-.374.217-.99.396-1.846.535l-1.779.244m.292.282l1.223.166c1 .145 1.698.337 2.11.576a3.011 3.011 0 011.226 3.832m-2.277 1.733a2.968 2.968 0 01-1.929-.369c-.348-.202-.771-.604-1.27-1.205L13.5 15l.724 1.36C14.74 17.559 15 18.439 15 19a3 3 0 01-6 0c0-.562.259-1.442.776-2.64L10.5 15l-1.76 1.893c-.499.601-.922 1-1.27 1.205A2.968 2.968 0 013.4 17a3.011 3.011 0 011.09-4.098c.374-.218.99-.396 1.846-.536L9 12l-2.4-.325c-1-.145-1.698-.337-2.11-.576A3.011 3.011 0 013.4 7a2.968 2.968 0 012.134-1.467M3 3l18 18" }));
exports.default = FlowerOff;