UNPKG

@icongo/cg

Version:
25 lines (24 loc) 919 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.CGFormatBold = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var CGFormatBold = function CGFormatBold(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "currentColor", strokeWidth: 2, d: "m12.946 10.783-1.67 1.426 2.172.324A3.001 3.001 0 0 1 13 12.5H8v-1h3a3 3 0 0 0 1.946-.717Z" }) })); }; exports.CGFormatBold = CGFormatBold;