UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 952 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 BrandPhp = (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-php", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M2 12a10 9 0 1020 0 10 9 0 10-20 0" }), React.createElement("path", { d: "M5.5 15l.395-1.974L6.5 10h1.32a1 1 0 01.986 1.164l-.167 1a1 1 0 01-.986.836H6M15.5 15l.395-1.974L16.5 10h1.32a1 1 0 01.986 1.164l-.167 1a1 1 0 01-.986.836H16M12 7.5L11 13M11.6 10H14l-.5 3" })); exports.default = BrandPhp;