6 lines
557 B
JavaScript
6 lines
557 B
JavaScript
"use strict";
|
|
// This icon file is generated automatically.
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var XOutlined = { "icon": { "tag": "svg", "attrs": { "fill-rule": "evenodd", "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M921 912L601.11 445.75l.55.43L890.08 112H793.7L558.74 384 372.15 112H119.37l298.65 435.31-.04-.04L103 912h96.39L460.6 609.38 668.2 912zM333.96 184.73l448.83 654.54H706.4L257.2 184.73z" } }] }, "name": "x", "theme": "outlined" };
|
|
exports.default = XOutlined;
|