UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

17 lines (16 loc) 1.68 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const DocumentLockFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentLockFilled", "", 2, undefined)); export const DocumentLockRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentLockRegular", "", 2, undefined)); export const DocumentLock16Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentLock16Regular", "", 1, 16)); export const DocumentLock16Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentLock16Filled", "", 0, 16)); export const DocumentLock20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentLock20Regular", "", 1, 20)); export const DocumentLock20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentLock20Filled", "", 0, 20)); export const DocumentLock24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentLock24Regular", "", 1, 24)); export const DocumentLock24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentLock24Filled", "", 0, 24)); export const DocumentLock28Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentLock28Regular", "", 1, 28)); export const DocumentLock28Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentLock28Filled", "", 0, 28)); export const DocumentLock32Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentLock32Regular", "", 1, 32)); export const DocumentLock32Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentLock32Filled", "", 0, 32)); export const DocumentLock48Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentLock48Regular", "", 1, 48)); export const DocumentLock48Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentLock48Filled", "", 0, 48));