@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 801 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowEnterLeftFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowEnterLeftFilled", "", 2, undefined));
export const ArrowEnterLeftRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowEnterLeftRegular", "", 2, undefined));
export const ArrowEnterLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowEnterLeft20Regular", "", 1, 20));
export const ArrowEnterLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowEnterLeft20Filled", "", 0, 20));
export const ArrowEnterLeft24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowEnterLeft24Regular", "", 1, 24));
export const ArrowEnterLeft24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowEnterLeft24Filled", "", 0, 24));