UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 937 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 CircleLetterW = (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-circle-letter-w", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m2.008 5.876l-.52 4.153-.56-1.4c-.319-.799-1.41-.837-1.803-.114l-.053.114-.561 1.4-.519-4.153a1 1 0 00-1-.876l-.116.008a1 1 0 00-.868 1.116l1 8c.128 1.025 1.537 1.207 1.92.247L12 13.693l1.072 2.678c.383.96 1.792.778 1.92-.247l1-8a1 1 0 00-1.984-.248" })); exports.default = CircleLetterW;