UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

14 lines 1.36 kB
define(["require", "exports", "react", "../utils/createSvgIcon"], function (require, exports, React, createSvgIcon_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var WebsiteIcon = (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: "M1024 0q141 0 272 36t245 103 207 160 160 208 103 245 37 272q0 141-36 272t-103 245-160 207-208 160-245 103-272 37q-141 0-272-36t-245-103-207-160-160-208-103-244-37-273q0-141 36-272t103-245 160-207 208-160T751 37t273-37zm0 1920q123 0 237-32t214-90 182-141 140-181 91-214 32-238q0-123-32-237t-90-214-141-182-181-140-214-91-238-32q-123 0-237 32t-214 90-182 141-140 181-91 214-32 238q0 123 32 237t90 214 141 182 181 140 214 91 238 32zm597-880l48-144h75l-85 256h-75l-48-144-48 144h-75l-85-256h75l48 144 48-144h74l48 144zm-464-144h75l-85 256h-75l-48-144-48 144h-75l-85-256h75l48 144 48-144h74l48 144 48-144zm-512 0h75l-85 256h-75l-48-144-48 144h-75l-85-256h75l48 144 48-144h74l48 144 48-144z" }))); }, displayName: 'WebsiteIcon', }); exports.default = WebsiteIcon; }); //# sourceMappingURL=WebsiteIcon.js.map