UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.61 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 Brand4chan = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-4chan", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M14 11s6.054-1.05 6-4.5c-.038-2.324-2.485-3.19-3.016-1.5 0 0-.502-2-2.01-2-1.508 0-2.984 3-.974 8z" }), React.createElement("path", { d: "M13.98 11S20.055 9.95 20 6.5c-.038-2.324-2.493-3.19-3.025-1.5 0 0-.505-2-2.017-2-1.513 0-3 3-.977 8zM13 13.98l.062.309.081.35.075.29.092.328.11.358.061.188.139.392c.64 1.73 1.841 3.837 3.88 3.805 2.324-.038 3.19-2.493 1.5-3.025l.148-.045.165-.058a4.13 4.13 0 00.098-.039l.222-.098c.586-.28 1.367-.832 1.367-1.777 0-1.513-3-3-8-.977zM10.02 13l-.309.062-.35.081-.29.075-.328.092-.358.11-.188.061-.392.139c-1.73.64-3.837 1.84-3.805 3.88.038 2.324 2.493 3.19 3.025 1.5l.045.148.058.165.039.098.098.222c.28.586.832 1.367 1.777 1.367 1.513 0 3-3 .977-8zM11 10.02l-.062-.309-.081-.35-.075-.29-.092-.328-.11-.358-.128-.382-.148-.399C9.646 5.917 8.46 3.97 6.5 4 4.176 4.038 3.31 6.493 5 7.025l-.148.045-.164.058a4.13 4.13 0 00-.1.039l-.22.098C3.78 7.545 3 8.097 3 9.042c0 1.513 3 3 8 .977z" })); exports.default = Brand4chan;