UNPKG

@semcore/icon

Version:
29 lines 1.3 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 Value({ 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" })); } Value.displayName = 'Value'; export default createBaseComponent(Value);