UNPKG

@semcore/icon

Version:
26 lines 1.68 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 Comics({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Comics", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M.042.934c-.225-.646.514-1.198 1.07-.8l5.083 3.644a.5.5 0 0 0 .599-.012l2.082-1.621a.7.7 0 0 1 1.079.288l.814 1.996a.5.5 0 0 0 .741.226l3.395-2.274c.578-.387 1.306.215 1.035.855L13.598 8.77a.5.5 0 0 0 .028.446l2.277 3.943c.331.573-.244 1.243-.86 1.003L9.74 12.095a.5.5 0 0 0-.457.048l-4.16 2.741a.7.7 0 0 1-1.068-.43l-.504-2.215a.5.5 0 0 0-.276-.342L.403 10.552A.7.7 0 0 1 .335 9.32l1.819-1.111a.5.5 0 0 0 .211-.592L.042.934Zm3.236 3.215.977 2.811a2.502 2.502 0 0 1-.829 2.798l.699.326a2.502 2.502 0 0 1 1.378 1.712l.087.384 2.594-1.708a2.5 2.5 0 0 1 2.283-.242l1.851.721-.425-.735a2.502 2.502 0 0 1-.137-2.227l.653-1.542a2.501 2.501 0 0 1-3.493-1.263l-.165-.405-.728.566a2.5 2.5 0 0 1-2.993.06L3.278 4.149Z", shapeRendering: "geometricPrecision" })); } Comics.displayName = 'Comics'; export default createBaseComponent(Comics);