UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 682 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 Webflow = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 5.765l-6.39 12.47H9.622l2.664-5.172h-.123C9.975 15.926 6.68 17.805 2 18.236V13.14s3.002-.17 4.758-2.033H2V5.765h5.343v4.403h.123l2.186-4.403h4.05v4.372h.123l2.247-4.372H22z", fill: "#323544" })); exports.default = Webflow;