UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

20 lines (19 loc) 977 B
const prefix = "fac"; const iconName = "bf-close"; const width = 512; const height = 512; const aliases = []; const unicode = ""; const svgPathData = "M101.339 101.338C94.2209 108.457 94.2209 119.997 101.339 127.115L230.224 256L101.338 384.885C94.2203 392.004 94.2203 403.544 101.338 410.662C108.456 417.78 119.997 417.78 127.115 410.662L256.001 281.777L384.885 410.661C392.003 417.779 403.544 417.779 410.662 410.661C417.78 403.543 417.78 392.002 410.662 384.884L281.777 256L410.661 127.117C417.779 119.998 417.779 108.458 410.661 101.34C403.543 94.2215 392.002 94.2215 384.884 101.34L256.001 230.223L127.116 101.338C119.998 94.2204 108.457 94.2204 101.339 101.338Z"; const definition = { prefix, iconName, icon: [ width, height, aliases, unicode, svgPathData ] }; export { definition as default, definition as bfClose, definition, prefix, iconName, width, height, aliases as ligatures, unicode, svgPathData, aliases };