@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.13 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TagLockFilled = ( /*#__PURE__*/createFluentFontIcon("TagLockFilled", "", 2, undefined));
export const TagLockRegular = ( /*#__PURE__*/createFluentFontIcon("TagLockRegular", "", 2, undefined));
export const TagLock16Regular = ( /*#__PURE__*/createFluentFontIcon("TagLock16Regular", "", 1, 16));
export const TagLock16Filled = ( /*#__PURE__*/createFluentFontIcon("TagLock16Filled", "", 0, 16));
export const TagLock20Regular = ( /*#__PURE__*/createFluentFontIcon("TagLock20Regular", "", 1, 20));
export const TagLock20Filled = ( /*#__PURE__*/createFluentFontIcon("TagLock20Filled", "", 0, 20));
export const TagLock24Regular = ( /*#__PURE__*/createFluentFontIcon("TagLock24Regular", "", 1, 24));
export const TagLock24Filled = ( /*#__PURE__*/createFluentFontIcon("TagLock24Filled", "", 0, 24));
export const TagLock32Regular = ( /*#__PURE__*/createFluentFontIcon("TagLock32Regular", "", 1, 32));
export const TagLock32Filled = ( /*#__PURE__*/createFluentFontIcon("TagLock32Filled", "", 0, 32));