UNPKG

storybook-chromatic

Version:
10 lines (8 loc) 198 B
import React from 'react'; export default function Star() { return ( <svg> <path fill="#000" stroke="#000" d="m25,1 6,17h18l-14,11 5,17-15-10-15,10 5-17-14-11h18z" /> </svg> ); }