UNPKG

@semcore/icon

Version:
29 lines 1.34 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 Serp({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Serp", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M3 17V6h16v.427c.724.256 1.397.62 2 1.072V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h9.4a7.528 7.528 0 0 1-1.535-2H3Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 13.5a5.5 5.5 0 1 1 9.59 3.677l2.117 2.116a1 1 0 0 1-1.414 1.414l-2.302-2.302A5.5 5.5 0 0 1 11 13.5Zm5.5-3.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7Z", shapeRendering: "geometricPrecision" })); } Serp.displayName = 'Serp'; export default createBaseComponent(Serp);