Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/svg/reorder.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

7 lines
857 B
JavaScript

"use client";
import { createFluentIcon } from '../../utils/createFluentIcon';
export const ReorderFilled = ( /*#__PURE__*/createFluentIcon('ReorderFilled', "1em", ["M2.75 7.75a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5H2.75Zm0 3a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5H2.75Z"]));
export const ReorderRegular = ( /*#__PURE__*/createFluentIcon('ReorderRegular', "1em", ["M2.5 8a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Zm0 3a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Z"]));
export const Reorder20Regular = ( /*#__PURE__*/createFluentIcon('Reorder20Regular', "20", ["M2.5 8a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Zm0 3a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Z"]));
export const Reorder20Filled = ( /*#__PURE__*/createFluentIcon('Reorder20Filled', "20", ["M2.75 7.75a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5H2.75Zm0 3a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5H2.75Z"]));