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