UNPKG

@fluent-windows/icons

Version:
41 lines (35 loc) 967 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 8c1.075 0 3.497-.673 3.497-4.5V2h1.5v6H18v2h-5.003v2.91C13 15.39 13 16.595 13 17c-.002 2.208 1.615 3.4 4.785 3.4V22h-2.242c-2.402.002-4.546-2.035-4.546-4.545V10H7V8h1z' }, children: [] }] }] }; exports.jsx = jsx; var _default = (0, _createIcon["default"])(jsx, 'TumblrLine'); exports["default"] = _default;