UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.09 kB
"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 Flower = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-flower", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 1a4 4 0 014 4l-.002.055.03-.018a3.97 3.97 0 012.79-.455l.237.056a3.97 3.97 0 012.412 1.865 4.01 4.01 0 01-1.455 5.461l-.068.036.071.039a4.01 4.01 0 011.555 5.27l-.101.186a3.97 3.97 0 01-5.441 1.468l-.03-.02L16 19a4 4 0 01-3.8 3.995L12 23a4 4 0 01-4-4l.001-.056-.029.019a3.97 3.97 0 01-2.79.456l-.236-.056a3.97 3.97 0 01-2.413-1.865 4.01 4.01 0 011.453-5.46l.07-.038-.071-.038a4.01 4.01 0 01-1.555-5.27l.1-.187a3.97 3.97 0 015.444-1.468L8 5.055V5a4 4 0 013.8-3.995zm0 8a3 3 0 100 6 3 3 0 000-6" })); exports.default = Flower;