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 SvgEdit = (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: "M11.0829 2.87649L3.84693 10.1202L3.05051 12.9512L5.88507 12.1566L13.121 4.912C13.1793 4.85377 13.2125 4.77436 13.2125 4.69202C13.2125 4.60977 13.1798 4.53088 13.1217 4.47267L11.5226 2.87655C11.4643 2.81834 11.3852 2.78558 11.3028 2.78558C11.2204 2.78558 11.1412 2.81837 11.0829 2.87649ZM10.2437 2.03803C10.5246 1.75756 10.9055 1.6 11.3028 1.6C11.6999 1.6 12.0809 1.75754 12.3618 2.03798L13.9608 3.63411C14.2417 3.91466 14.3996 4.29531 14.3996 4.69202C14.3996 5.08873 14.2418 5.4692 13.961 5.74975L6.61556 13.104C6.54348 13.1761 6.454 13.2285 6.35574 13.256L2.35356 14.3779C2.14695 14.4358 1.92513 14.3779 1.77341 14.2263C1.62169 14.0747 1.5637 13.8532 1.62175 13.6469L2.74598 9.65066C2.77344 9.55305 2.82551 9.46411 2.89721 9.39233L10.2437 2.03803Z", fill: "currentColor" })));
export { SvgEdit as default };
//# sourceMappingURL=Edit.js.map