UNPKG

storybook-addon-playground

Version:

A playground to enable consumers learn how to use the component library or to reproduce bugs

8 lines (5 loc) 1.35 kB
import * as React from 'react'; const SvgCopy = (props) => (React.createElement("svg", { width: 18, height: 18, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.46165 1.58164C5.68845 1.58164 5.06165 2.20844 5.06165 2.98164V3.90891H4.13438C3.36118 3.90891 2.73438 4.53572 2.73438 5.30891V13.018C2.73438 13.7912 3.36118 14.418 4.13438 14.418H9.51619C10.2894 14.418 10.9162 13.7912 10.9162 13.018V12.0907H12.6192C13.3924 12.0907 14.0192 11.4639 14.0192 10.6907V4.8652C14.0192 4.46832 13.8508 4.09009 13.5558 3.82459L11.4629 1.94103C11.2059 1.70966 10.8722 1.58164 10.5264 1.58164H6.46165ZM6.26165 2.98164C6.26165 2.87118 6.35119 2.78164 6.46165 2.78164H10.5264C10.5758 2.78164 10.6234 2.79993 10.6602 2.83298L12.753 4.71654C12.7952 4.75447 12.8192 4.80851 12.8192 4.8652V10.6907C12.8192 10.8012 12.7297 10.8907 12.6192 10.8907H6.46165C6.35119 10.8907 6.26165 10.8012 6.26165 10.6907V2.98164ZM9.71619 12.0907H6.46165C5.68845 12.0907 5.06165 11.4639 5.06165 10.6907V5.10891H4.13438C4.02392 5.10891 3.93438 5.19846 3.93438 5.30891V13.018C3.93438 13.1285 4.02392 13.218 4.13438 13.218H9.51619C9.62665 13.218 9.71619 13.1285 9.71619 13.018V12.0907Z", fill: "currentColor" }))); export { SvgCopy as default }; //# sourceMappingURL=Copy.js.map