UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 595 B
"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 Flutter = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M19.953 11.232l-5.301 5.383 5.3 5.385h-6.059l-2.272-2.307-3.03-3.078 5.302-5.383h6.06zM13.893 2L4.047 12l3.03 3.078L19.953 2h-6.06z", fill: "#323544" })); exports.default = Flutter;