@semcore/icon
Version:
Semrush Icon Component
29 lines • 1.44 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 TackNo({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "TackNo",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "m3.111 10.483.002.004-1.83 1.831a1 1 0 1 0 1.414 1.414l2.728-2.728h1.564v4a1 1 0 1 0 2 0v-4h3a1 1 0 0 0 .841-1.54L10.99 6.598V5.44l3.728-3.728A1 1 0 0 0 13.303.297L10.99 2.612v-.007l-2 2v.007l-2 2v-.007L3.11 10.483Zm4.85-1.479h-.536l1.668-1.668a1 1 0 0 0 .055.098l1.01 1.57H8.015a1.034 1.034 0 0 0-.054 0Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M8.761 2.004H6.99v1.772l-2 2V2.004a1 1 0 0 1 0-2h5.772l-2 2Z",
shapeRendering: "geometricPrecision"
}));
}
TackNo.displayName = 'TackNo';
export default createBaseComponent(TackNo);