UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.22 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 Wordpress = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 2C6.452 2 2 6.484 2 12s4.452 10 10 10 10-4.516 10-10S17.484 2 12 2zm8.871 10a8.825 8.825 0 01-4.58 7.742l2.58-6.645c.129-.355 1.032-2.549 1.355-4.42A9.086 9.086 0 0120.87 12zm-6.968-4.355H9.355c-.194 0-.323.13-.323.323s.13.322.323.322H10l1.129 2.904-1.355 3.483-2.451-6.419h.774c.193 0 .322-.129.322-.323 0-.193-.129-.322-.322-.322H6.774L4.645 7.58C6.097 5.032 8.903 3.355 12 3.355c2.258 0 4.355.903 5.903 2.355-.806.129-1.451.774-1.645 1.548-.194.903.13 1.645.484 2.323.355.742.742 1.419.451 2.226L16 14.902l-2.548-6.645h.483c.194 0 .323-.129.323-.323 0-.16-.226-.29-.355-.29zM3.13 12c0-1.129.226-2.226.645-3.226L8.13 19.968c-3-1.42-5-4.452-5-7.968zm8.968 1.903l2.58 6.549c-.87.258-1.742.419-2.677.419-.871 0-1.677-.097-2.452-.355l2.549-6.613z", fill: "#323544" })); exports.default = Wordpress;