UNPKG

@semcore/icon

Version:
26 lines 1.95 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 CurrencyUsd({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "CurrencyUsd", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0a1 1 0 0 0-1 1v.574c-.9.134-1.726.448-2.395.907C3.7 3.105 3 4.066 3 5.25c0 .692.168 1.302.52 1.813.347.503.819.832 1.295 1.062.47.227.987.378 1.474.5.236.059.477.114.711.167v3.619a3.004 3.004 0 0 1-1.102-.43c-.447-.299-.76-.729-.95-1.297a1 1 0 1 0-1.897.632c.31.932.873 1.752 1.738 2.329.624.415 1.365.678 2.211.791V15a1 1 0 1 0 2 0v-.574c.9-.134 1.726-.447 2.395-.907.906-.624 1.605-1.585 1.605-2.769 0-.664-.179-1.248-.529-1.74-.34-.478-.797-.808-1.262-1.048-.654-.338-1.46-.56-2.209-.746V3.589c.463.091.823.245 1.102.43.447.299.76.729.95 1.297a1 1 0 0 0 1.897-.632c-.31-.932-.873-1.752-1.738-2.329-.623-.415-1.365-.678-2.211-.791V1a1 1 0 0 0-1-1ZM7 3.606c-.5.109-.93.296-1.262.524C5.197 4.502 5 4.915 5 5.25c0 .358.082.555.167.678.09.131.244.264.518.397.28.135.638.247 1.089.36L7 6.74V3.606Zm2 5.676v3.112c.5-.109.93-.296 1.262-.524.541-.372.738-.785.738-1.12 0-.286-.07-.458-.159-.582-.098-.137-.265-.282-.55-.43-.355-.183-.785-.32-1.291-.456Z", shapeRendering: "geometricPrecision" })); } CurrencyUsd.displayName = 'CurrencyUsd'; export default createBaseComponent(CurrencyUsd);