@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 615 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const WindowHeaderVerticalFilled = ( /*#__PURE__*/createFluentFontIcon("WindowHeaderVerticalFilled", "", 2, undefined));
export const WindowHeaderVerticalRegular = ( /*#__PURE__*/createFluentFontIcon("WindowHeaderVerticalRegular", "", 2, undefined));
export const WindowHeaderVertical20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowHeaderVertical20Regular", "", 1, 20));
export const WindowHeaderVertical20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowHeaderVertical20Filled", "", 0, 20));