@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 817 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const AlignStraightenFilled = ( /*#__PURE__*/createFluentFontIcon("AlignStraightenFilled", "", 2, undefined));
export const AlignStraightenRegular = ( /*#__PURE__*/createFluentFontIcon("AlignStraightenRegular", "", 2, undefined));
export const AlignStraighten20Regular = ( /*#__PURE__*/createFluentFontIcon("AlignStraighten20Regular", "", 1, 20));
export const AlignStraighten20Filled = ( /*#__PURE__*/createFluentFontIcon("AlignStraighten20Filled", "", 0, 20));
export const AlignStraighten24Regular = ( /*#__PURE__*/createFluentFontIcon("AlignStraighten24Regular", "", 1, 24));
export const AlignStraighten24Filled = ( /*#__PURE__*/createFluentFontIcon("AlignStraighten24Filled", "", 0, 24));