@navinc/base-react-components
Version:
Nav's Pattern Library
5 lines • 556 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
// downloaded from https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Awidth%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4024
const Width = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:width" }, props, { viewBox: "0 -960 960 960", children: _jsx("path", { d: "M280-320 120-480l160-160 57 56-64 64h414l-63-64 56-56 160 160-160 160-56-56 63-64H273l63 64-56 56Z" }) })));
export default Width;
//# sourceMappingURL=width.js.map