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.12 kB
JavaScript
import * as React from 'react';
const SvgReset = (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", { d: "M10.036 3.12905C7.5712 2.09863 4.76863 3.07721 3.45084 5.31687L4.74031 5.3137C5.07688 5.31288 5.3504 5.58505 5.35122 5.92163C5.35205 6.2582 5.07987 6.53172 4.7433 6.53254L2.11736 6.53899C1.78079 6.53981 1.50727 6.26764 1.50645 5.93107L1.5 3.30546C1.49918 2.96889 1.77135 2.69537 2.10793 2.69454C2.4445 2.69372 2.71802 2.96589 2.71884 3.30247L2.72106 4.20577C4.44645 1.80165 7.65937 0.81443 10.5061 2.00452C13.8177 3.38892 15.3799 7.19548 13.9953 10.5067C12.6107 13.818 8.8037 15.3799 5.49217 13.9955C3.53309 13.1765 2.18645 11.5092 1.69996 9.60091C1.61681 9.27477 1.8138 8.94298 2.13994 8.85983C2.46608 8.77668 2.79788 8.97367 2.88102 9.29981C3.27703 10.8531 4.37123 12.2058 5.96228 12.8709C8.65288 13.9958 11.7459 12.7267 12.8708 10.0365C13.9957 7.34644 12.7266 4.25384 10.036 3.12905Z", fill: "currentColor" })));
export { SvgReset as default };
//# sourceMappingURL=Reset.js.map