UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

17 lines 695 B
import _extends from "@babel/runtime-corejs3/helpers/esm/extends"; var _path; import React from 'react'; const candle_stick = props => React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props), _path || (_path = React.createElement("path", { stroke: "#000", strokeLinecap: "round", strokeWidth: 1.5, d: "M4 6.5h1.5A.5.5 0 0 1 6 7v4a.5.5 0 0 1-.5.5H4m0-5H2.5A.5.5 0 0 0 2 7v4a.5.5 0 0 0 .5.5H4m0-5V4m0 7.5V14m8-9.5h1.5a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5H12m0-7h-1.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5H12m0-7V2m0 9.5V14" }))); export default candle_stick; //# sourceMappingURL=candle_stick.js.map