@semcore/icon
Version:
Semrush Icon Component
29 lines • 1.77 kB
JavaScript
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 Veterinary({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Veterinary",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "m5.873 9.941 1.414 1.414a1 1 0 0 0 1.403.011l.011-.01.012-.012 1.403-1.403A1 1 0 1 0 8.7 8.527l-.707.707-.707-.707A1 1 0 0 0 5.873 9.94Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M2.46.35C1.483-.463 0 .232 0 1.504V9v-.057C.004 12.806 3.137 16 7 16h2c3.864 0 6.996-3.194 7-7.057V9 1.503C16 .23 14.517-.464 13.54.35l-1.747 1.455a31.975 31.975 0 0 0-1.046-.33C9.92 1.233 8.785.937 8 .937c-.785 0-1.92.296-2.747.54-.4.12-.767.237-1.046.33L2.46.351ZM7 14a5 5 0 0 1-5-5V2.57l1.341 1.118a1.002 1.002 0 0 0 .999.188l.006-.002.021-.008.085-.03.318-.109c.27-.09.643-.212 1.05-.332.865-.256 1.73-.46 2.18-.46.45 0 1.315.204 2.18.46a30.149 30.149 0 0 1 1.368.441l.085.03.021.008.006.002a1 1 0 0 0 1-.188L14 2.57V9a5 5 0 0 1-5 5H7Z",
shapeRendering: "geometricPrecision"
}));
}
Veterinary.displayName = 'Veterinary';
export default createBaseComponent(Veterinary);