@cimpress/react-components
Version:
React components to support the MCP styleguide
5 lines • 480 B
JavaScript
import * as React from 'react';
const SortIndicatorUpSvg = ({ size, color, style }) => (React.createElement("svg", { width: size, height: size, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", color: color, style: style },
React.createElement("path", { d: "M23.437 19L13.711 2.93a2 2 0 0 0-3.422 0L.563 19a2 2 0 0 0 1.711 3.035h19.452A2 2 0 0 0 23.437 19z" })));
export default SortIndicatorUpSvg;
//# sourceMappingURL=SortIndicatorUpSvg.js.map