UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 689 B
import { createIcon } from '../createIcon'; export const PrintAltIconConfig = { name: 'PrintAltIcon', height: 1024, width: 1024, svgPath: 'M960,256 L64,256 C28.8,256 0,284.8 0,320 L0,640 C0,675.2 28.7,704 63.9,704 L192,704 L192,960 L832,960 L832,704 L960,704 C995.2,704 1024,675.2 1024,640 L1024,320 C1024,284.8 995.2,256 960,256 Z M768,886.9 L256,886.9 L256,576 L768,576 L768,886.9 Z M896,432 C869.5,432 848,410.5 848,384 C848,357.5 869.5,336 896,336 C922.6,336 944,357.5 944,384 C944,410.5 922.5,432 896,432 Z M192,192 L832,192 L832,64 L192,64 L192,192 Z', yOffset: 0, xOffset: 0, }; export const PrintAltIcon = createIcon(PrintAltIconConfig); export default PrintAltIcon;