Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/align-start-vertical.js

7 lines
599 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const AlignStartVerticalFilled = ( /*#__PURE__*/createFluentFontIcon("AlignStartVerticalFilled", "", 2, undefined));
export const AlignStartVerticalRegular = ( /*#__PURE__*/createFluentFontIcon("AlignStartVerticalRegular", "", 2, undefined));
export const AlignStartVertical20Regular = ( /*#__PURE__*/createFluentFontIcon("AlignStartVertical20Regular", "", 1, 20));
export const AlignStartVertical20Filled = ( /*#__PURE__*/createFluentFontIcon("AlignStartVertical20Filled", "", 0, 20));