UNPKG

@fluent-windows/icons

Version:
41 lines (35 loc) 858 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = exports.jsx = void 0; var _createIcon = _interopRequireDefault(require("./utils/createIcon")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } var jsx = { type: 'svg', props: { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24' }, children: [{ type: 'g', props: null, children: [{ type: 'path', props: { fill: 'none', d: 'M0 0h24v24H0z' }, children: [] }, { type: 'path', props: { d: 'M8 3v9a4 4 0 1 0 8 0V3h2v9a6 6 0 1 1-12 0V3h2zM4 20h16v2H4v-2z' }, children: [] }] }] }; exports.jsx = jsx; var _default = (0, _createIcon["default"])(jsx, 'Underline'); exports["default"] = _default;