UNPKG

@scaleflex/icons

Version:
25 lines 1.66 kB
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 Font = 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": "Font", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M24.931 45.0006H32.5172V42.242C32.5172 41.8612 32.2084 41.5523 31.8275 41.5523H29.7586C28.6159 41.5523 27.6896 40.626 27.6896 39.4833V9.82819C27.6896 9.44733 27.9984 9.1385 28.3793 9.1385H36.6552C39.3131 9.1385 40.3317 11.8765 40.6593 12.8158C40.7553 13.0923 41.0163 13.2773 41.309 13.2765H42.1724C42.5533 13.2765 42.8621 12.9677 42.8621 12.5868V5.6903C42.8621 5.30944 42.5534 5.00061 42.1724 5.00061H7.68969C7.30875 5.00061 7 5.30936 7 5.6903V12.5869C7 12.9677 7.30875 13.2765 7.68969 13.2765H8.55312C8.84586 13.2774 9.1068 13.0923 9.20281 12.8158C9.53039 11.8765 10.549 9.13858 13.207 9.13858H21.4828C21.8637 9.13858 22.1725 9.44733 22.1725 9.82827V39.4834C22.1725 40.6261 21.2462 41.5524 20.1035 41.5524H18.0345C17.6537 41.5524 17.3448 41.8612 17.3448 42.2421V45.0006H24.931Z", fill: color })); }); export default Font;