UNPKG

@semcore/icon

Version:
30 lines 1.29 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 RootValue({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Value", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.889 4H4.534L1 9.06v2.44h3.889V13h2v-1.5H8v-2H6.889V4Zm-2 2.985V9.5H3.132L4.89 6.985Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M11 7c0-.5.5-1 1.01-1 .99 0 1.302 1.05.688 1.663L9 11v2h5a1 1 0 1 0 0-2h-1.99l2.102-1.923C15.986 7.204 14.66 4 12.01 4 10.491 4 9 5.481 9 7h2Z", shapeRendering: "geometricPrecision" })); } RootValue.displayName = 'Value'; const Value = createBaseComponent(RootValue); export { Value as default };