CreateIconSilhouetteInput: {
    attrs?: InputMaybe<AttributeInput[]>;
    name: Scalars["String"];
    paths: Scalars["String"][];
    viewBox?: InputMaybe<Scalars["String"]>;
}

Fields for a new IconSilhouette

Type declaration

  • Optional attrs?: InputMaybe<AttributeInput[]>

    Additional data defined on the icon

  • name: Scalars["String"]

    The name of the icon, key will be generated from this value and so should be unique across the profile

  • paths: Scalars["String"][]

    SVG path data for this icon, eg: "M 100 .."

  • Optional viewBox?: InputMaybe<Scalars["String"]>

    Optional SVG viewBox for this icon

Generated using TypeDoc