@scaleflex/icons
Version:
SVG icons as React components
32 lines • 2.41 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size"];
import React from 'react';
import { intrinsicComponent } from './utils/functions';
export var Font2 = intrinsicComponent(function (_ref, ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "Font2",
ref: ref,
width: size,
height: size,
viewBox: "0 0 44 42",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("g", {
id: "Text"
}, /*#__PURE__*/React.createElement("path", {
id: "text",
d: "M18.4914 41.25H26.3146V38.4052C26.3146 38.0125 25.9962 37.694 25.6034 37.694H23.4698C22.2915 37.694 21.3362 36.7387 21.3362 35.5603V4.97844C21.3362 4.58568 21.6546 4.2672 22.0474 4.2672H30.5819C33.3229 4.2672 34.3734 7.09073 34.7112 8.05939C34.8102 8.34451 35.0793 8.53537 35.3812 8.53449H36.2716C36.6643 8.53449 36.9828 8.21609 36.9828 7.82325V0.711241C36.9828 0.318479 36.6644 0 36.2716 0H0.711241C0.318399 0 0 0.318399 0 0.711241V7.82333C0 8.21609 0.318399 8.53457 0.711241 8.53457H1.60166C1.90354 8.53545 2.17264 8.34459 2.27165 8.05947C2.60947 7.09082 3.65989 4.26728 6.40092 4.26728H14.9354C15.3282 4.26728 15.6467 4.58568 15.6467 4.97852V35.5604C15.6467 36.7388 14.6914 37.6941 13.513 37.6941H11.3794C10.9866 37.6941 10.6681 38.0125 10.6681 38.4053V41.25H18.4914Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
id: "text_2",
d: "M44 34.1378C44 34.1378 43.2888 41.2499 38.3103 41.2499C32.6207 41.2499 31.9095 37.6939 31.9095 34.1378V20.6249C31.9095 20.2321 31.5911 19.9137 31.1983 19.9137H28.3535C27.9607 19.9137 27.6422 19.5953 27.6422 19.2024V17.733C27.6424 17.3695 27.9165 17.0647 28.278 17.0261C29.8221 16.8603 33.7686 16.0496 35.4655 12.0903V15.6464C35.4655 16.432 36.1023 17.0688 36.8879 17.0688H39.7327C40.1255 17.0688 40.444 17.3872 40.444 17.78V19.2024C40.444 19.5952 40.1256 19.9137 39.7327 19.9137H36.1767C35.7839 19.9137 35.4655 20.2321 35.4655 20.6249V34.1378C35.4655 38.4051 41.1552 39.8275 44 34.1378Z",
fill: color
})));
});
export default Font2;