open-icon
Version:
Open Icon
4 lines (3 loc) • 2.49 kB
TypeScript
declare const IconMoney = "<svg id=\"money\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g ><rect x=\"9\" y=\"23.47\" width=\"54\" height=\"31.5\" rx=\"2\" ry=\"2\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /><path d=\"M9,33.43c4.97,0,9-4.03,9-9,0-.33-.02-.65-.05-.97\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /><path d=\"M53.03,23.47c0,4.97,4.03,9,9,9,.33,0,.65-.02.97-.05\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /><path d=\"M63,45c-4.97,0-9,4.03-9,9,0,.33.02.65.05.97\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /><path d=\"M18.97,54.97c0-4.97-4.03-9-9-9-.33,0-.65.02-.97.05\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /></g><g><path d=\"M9,33.43c4.97,0,9-4.03,9-9,0-.33-.02-.65-.05-.97\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M53.03,23.47c0,4.97,4.03,9,9,9,.33,0,.65-.02.97-.05\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M63,45c-4.97,0-9,4.03-9,9,0,.33.02.65.05.97\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M18.97,54.97c0-4.97-4.03-9-9-9-.33,0-.65.02-.97.05\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><rect x=\"9\" y=\"23.47\" width=\"54\" height=\"31.5\" rx=\"2\" ry=\"2\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g><circle cx=\"36\" cy=\"39.22\" r=\"9\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconMoney;
export { IconMoney };