UNPKG

@semcore/icon

Version:
30 lines 1.43 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootTackNo({ 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" })); } RootTackNo.displayName = 'TackNo'; const TackNo = createBaseComponent(RootTackNo); export { TackNo as default };