UNPKG

@navinc/base-react-components

Version:
6 lines 914 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const CarrotLeft = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:carrot-left" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M16.7071068,5.70710678 C17.0976311,5.31658249 17.0976311,4.68341751 16.7071068,4.29289322 C16.3165825,3.90236893 15.6834175,3.90236893 15.2928932,4.29289322 L8.29289322,11.2928932 C7.90236893,11.6834175 7.90236893,12.3165825 8.29289322,12.7071068 L15.2928932,19.7071068 C15.6834175,20.0976311 16.3165825,20.0976311 16.7071068,19.7071068 C17.0976311,19.3165825 17.0976311,18.6834175 16.7071068,18.2928932 L10.4142136,12 L16.7071068,5.70710678 Z", fillRule: "nonzero" }) }))); exports.default = CarrotLeft; //# sourceMappingURL=carrot-left.js.map