UNPKG

@semcore/icon

Version:
29 lines 1.36 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 TackNo({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "TackNo", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.342 16.004 4.62 18.726a.949.949 0 0 1-1.342-1.342L19.38 1.282a.949.949 0 0 1 1.342 1.342L16 7.346v2.88l2.858 4.263A1 1 0 0 1 18 16.004h-5v7a1 1 0 0 1-2 0v-7H7.342ZM14 9.346v1.158a1 1 0 0 0 .143.514l2.09 2.986H9.343L14 9.346Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M14 3.004v.998l2.999-2.998H7a1 1 0 0 0 0 2h1v6.998l2-2V3.004h4Z", shapeRendering: "geometricPrecision" })); } TackNo.displayName = 'TackNo'; export default createBaseComponent(TackNo);