UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.3 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 Php = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 7.306c5.355 0 9.452 2.226 9.452 4.742S17.355 16.822 12 16.822c-5.355 0-9.452-2.258-9.452-4.774S6.645 7.306 12 7.306zm0-.548c-5.548 0-10 2.355-10 5.258s4.452 5.226 10 5.226 10-2.323 10-5.226-4.452-5.258-10-5.258zm-3.194 4.87c-.225 1.259-1.129 1.13-2.193 1.13l.452-2.226c1.193 0 1.967-.129 1.741 1.097zm-3.774 3.356h1.162l.258-1.42c1.258 0 2.096.097 2.806-.58.807-.775 1.032-2.097.452-2.742-.323-.355-.775-.549-1.452-.549H6.032l-1 5.29zm5.839-6.678H12l-.258 1.42c.968 0 1.903-.033 2.355.354.451.452.226.968-.226 3.549h-1.194c.452-2.452.549-2.678.42-2.871-.13-.194-.645-.194-1.549-.194l-.58 3.065h-1.13l1.033-5.323zm6.903 3.323c-.226 1.258-1.129 1.129-2.193 1.129l.451-2.226c1.194 0 1.968-.129 1.742 1.097zM14 14.984h1.129l.258-1.355c1.355 0 2.097.097 2.806-.58.807-.775 1.033-2.098.452-2.743-.322-.355-.774-.548-1.451-.548h-2.226L14 14.984z", fill: "#323544" })); exports.default = Php;