open-icon
Version:
Open Icon
4 lines (3 loc) • 1.59 kB
TypeScript
declare const IconPlaybackStart = "<svg id=\"playback-start\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g ><g style=\"opacity: .5;\"></g><path d=\"M53.72,55.16V17.65c0-1.02-1.36-1.39-1.87-.5l-10.79,18.76c-.18.31-.18.69,0,1l10.79,18.76c.51.89,1.87.53,1.87-.5Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /><path d=\"M40.07,54.35V16.84c0-1.02-1.36-1.39-1.87-.5l-10.79,18.76c-.18.31-.18.69,0,1l10.79,18.76c.51.89,1.87.53,1.87-.5Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /></g><rect x=\"18.28\" y=\"18\" width=\"9\" height=\"36\" rx=\"1\" ry=\"1\" transform=\"translate(45.56 72) rotate(180)\" style=\"fill: red; stroke-width: 0px;\"/></g><g><g><path d=\"M53.72,55.16V17.65c0-1.02-1.36-1.39-1.87-.5l-10.79,18.76c-.18.31-.18.69,0,1l10.79,18.76c.51.89,1.87.53,1.87-.5Z\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M40.07,54.35V16.84c0-1.02-1.36-1.39-1.87-.5l-10.79,18.76c-.18.31-.18.69,0,1l10.79,18.76c.51.89,1.87.53,1.87-.5Z\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g><rect x=\"18.28\" y=\"18\" width=\"9\" height=\"36\" rx=\"1\" ry=\"1\" transform=\"translate(45.56 72) rotate(180)\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g></svg>";
export default IconPlaybackStart;
export { IconPlaybackStart };