UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.06 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 BrandSymfony = (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-symfony", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M6 13c.458.667 1.125 1 2 1 1.313 0 2-.875 2-1.5 0-1.5-2-1-2-2C8 9.875 8.516 9 9.5 9c2.5 0 1.563 2 5.5 2 .667 0 1-.333 1-1" }), React.createElement("path", { d: "M9 17c-.095.667.238 1 1 1 1.714 0 2.714-2 3-6 .286-4 1.571-6 3-6 .571 0 .905.333 1 1" }), React.createElement("path", { d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2a10 10 0 0110 10z" })); exports.default = BrandSymfony;