UNPKG

@semcore/icon

Version:
24 lines 1.8 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Wordpress({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Wordpress", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M11.999 1a11 11 0 1 0 11 11 11.012 11.012 0 0 0-11-11Zm-9.89 11a9.853 9.853 0 0 1 .856-4.025L7.683 20.9A9.89 9.89 0 0 1 2.11 12ZM12 21.89a9.884 9.884 0 0 1-2.794-.402l2.969-8.623 3.04 8.329a.97.97 0 0 0 .07.136 9.873 9.873 0 0 1-3.285.56Zm1.363-14.527c.595-.03 1.132-.094 1.132-.094.533-.063.47-.846-.063-.814 0 0-1.602.125-2.636.125-.972 0-2.605-.125-2.605-.125-.533-.032-.596.783-.063.814 0 0 .505.063 1.038.094l1.54 4.222-2.165 6.491-3.6-10.713c.595-.032 1.131-.094 1.131-.094.533-.063.47-.847-.063-.815 0 0-1.601.126-2.636.126a22 22 0 0 1-.636-.012 9.887 9.887 0 0 1 14.941-1.862c-.042-.002-.084-.008-.128-.008-.971 0-1.66.847-1.66 1.756 0 .814.47 1.504.97 2.32.377.658.816 1.504.816 2.727 0 .846-.326 1.828-.753 3.197l-.986 3.296-3.574-10.63Zm7.315-.107a9.892 9.892 0 0 1-3.706 13.293l3.02-8.734c.565-1.41.753-2.539.753-3.542 0-.34-.022-.68-.067-1.018Z", shapeRendering: "geometricPrecision" })); } Wordpress.displayName = 'Wordpress'; export default createBaseComponent(Wordpress);