UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 478 B
import { createIcon } from '../createIcon'; export const SeedlingIconConfig = { name: 'SeedlingIcon', height: 512, width: 512, svgPath: 'M64 96H0c0 123.7 100.3 224 224 224v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C288 196.3 187.7 96 64 96zm384-64c-84.2 0-157.4 46.5-195.7 115.2 27.7 30.2 48.2 66.9 59 107.6C424 243.1 512 147.9 512 32h-64z', yOffset: 0, xOffset: 0, }; export const SeedlingIcon = createIcon(SeedlingIconConfig); export default SeedlingIcon;