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.3 kB
JavaScript
import * as React from 'react';
const SvgShare = (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: "M8.15196 1.81557C8.37852 1.70592 8.64783 1.73547 8.84522 1.89163L14.9995 6.76032C15.1519 6.88089 15.243 7.06281 15.2484 7.25708C15.2537 7.45135 15.1727 7.638 15.0272 7.76678L9.09175 13.0184C8.89835 13.1895 8.6226 13.2314 8.38715 13.1253C8.1517 13.0192 8.0003 12.785 8.0003 12.5268V9.91618C6.5037 10.2261 3.90189 11.2986 1.93813 13.9812C1.76263 14.221 1.44799 14.313 1.171 14.2055C0.894 14.098 0.723716 13.8179 0.755822 13.5226C0.901586 12.1815 1.44551 10.1778 2.62368 8.47922C3.71975 6.89902 5.38711 5.55933 7.78149 5.3165V2.40646C7.78149 2.15476 7.9254 1.92522 8.15196 1.81557ZM9.09439 3.76282V5.93489C9.09439 6.29293 8.80749 6.58493 8.4495 6.59124C6.22565 6.63043 4.71513 7.76756 3.70247 9.22751C3.25584 9.8714 2.9113 10.5725 2.65404 11.2559C4.91201 9.26047 7.39097 8.57932 8.61821 8.50713C8.79869 8.49651 8.97556 8.5608 9.1071 8.68483C9.23864 8.80886 9.31321 8.98165 9.31321 9.16244V11.0694L13.5697 7.3033L9.09439 3.76282Z", fill: "currentCOlor" })));
export { SvgShare as default };
//# sourceMappingURL=Share.js.map