@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 863 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const UntagIcon = (0, createSvgIcon_1.default)({
svg: ({ classes }) => (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