UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

14 lines 997 B
define(["require", "exports", "react", "../utils/createSvgIcon"], function (require, exports, React, createSvgIcon_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var UntagIcon = (0, createSvgIcon_1.default)({ svg: function (_a) { var classes = _a.classes; return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2048 2048", className: classes.svg, focusable: "false" }, React.createElement("path", { d: "M1600 448q0 27-10 50t-27 40-41 28-50 10q-27 0-50-10t-40-27-28-41-10-50q0-27 10-50t27-40 41-28 50-10q27 0 50 10t40 27 28 41 10 50zM896 1739l263-263 91 90-354 354L0 1024 1024 0h896v896l-353 353-91-90 316-316V128h-715l-896 896 715 715zm1149-238l-226 227 226 227-90 90-227-227-227 227-90-90 227-227-227-227 90-90 227 227 227-227 90 90z" }))); }, displayName: 'UntagIcon', }); exports.default = UntagIcon; }); //# sourceMappingURL=UntagIcon.js.map