UNPKG

@semcore/icon

Version:
26 lines 1.59 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 Pinterest({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Pinterest", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1C5.95 1 1 5.95 1 12c0 4.51 2.75 8.36 6.6 10.12 0-.77 0-1.65.22-2.53.22-.88 1.43-5.94 1.43-5.94s-.33-.66-.33-1.76c0-1.65.99-2.86 2.09-2.86.99 0 1.43.77 1.43 1.65 0 .99-.66 2.53-.99 3.85-.22 1.21.55 2.09 1.76 2.09 2.09 0 3.52-2.64 3.52-5.83 0-2.42-1.65-4.18-4.62-4.18-3.3 0-5.39 2.53-5.39 5.28 0 .99.33 1.65.77 2.2.11.11.22.22.11.55l-.22.88c-.11.33-.33.33-.55.22-1.54-.66-2.2-2.31-2.2-4.18 0-3.08 2.64-6.82 7.81-6.82 4.18 0 6.93 3.08 6.93 6.27 0 4.29-2.42 7.59-5.94 7.59-1.21 0-2.31-.66-2.64-1.32 0 0-.66 2.53-.77 2.97-.22.88-.66 1.65-1.1 2.31.99.33 1.98.44 3.08.44 6.05 0 11-4.95 11-11S18.05 1 12 1", shapeRendering: "geometricPrecision" })); } Pinterest.displayName = 'Pinterest'; export default createBaseComponent(Pinterest);