UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

10 lines (9 loc) 929 B
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WindowLocationTarget20Filled = exports.WindowLocationTarget20Regular = exports.WindowLocationTargetRegular = exports.WindowLocationTargetFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.WindowLocationTargetFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowLocationTargetFilled", "", 2, undefined)); exports.WindowLocationTargetRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowLocationTargetRegular", "", 2, undefined)); exports.WindowLocationTarget20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowLocationTarget20Regular", "", 1, 20)); exports.WindowLocationTarget20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowLocationTarget20Filled", "", 0, 20));