UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 613 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 LetterWw = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M14 9l-1.3 12.46L10.5 14h-2l-2.21 7.46L5 9H3l1.8 14h2.8l1.9-6.7 1.9 6.7h2.8L16 9h-2zm13.3 4l-.93 8.61L24.5 13h-2l-1.77 8.61L19.7 13H18l1.4 10h2.4l1.7-8.37L25.2 23h2.4L29 13h-1.7z" })); exports.default = LetterWw;