@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 557 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const HardDriveCall24Regular = ( /*#__PURE__*/createFluentFontIcon("HardDriveCall24Regular", "", 1, 24));
export const HardDriveCall24Filled = ( /*#__PURE__*/createFluentFontIcon("HardDriveCall24Filled", "", 0, 24));
export const HardDriveCall32Regular = ( /*#__PURE__*/createFluentFontIcon("HardDriveCall32Regular", "", 1, 32));
export const HardDriveCall32Filled = ( /*#__PURE__*/createFluentFontIcon("HardDriveCall32Filled", "", 0, 32));