@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 962 B
JavaScript
import _extends from "@babel/runtime/helpers/esm/extends";
var _path;
import React from 'react';
const apple_watch_medium = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M8.389 18.6v2.933c0 .39.152.762.423 1.037.27.276.638.43 1.021.43h4.334c.383 0 .75-.154 1.021-.43.27-.275.423-.648.423-1.037V18.6m-7.222 0h7.222m-7.222 0c-1.596 0-2.889-1.313-2.889-2.933V8.333C5.5 6.713 6.793 5.4 8.389 5.4m7.222 13.2c1.596 0 2.889-1.313 2.889-2.933V8.333c0-1.62-1.293-2.933-2.889-2.933m0 0V2.467c0-.39-.152-.762-.423-1.037A1.433 1.433 0 0 0 14.167 1H9.833c-.383 0-.75.155-1.021.43-.27.275-.423.648-.423 1.037V5.4m7.222 0H8.39"
})));
export default apple_watch_medium;
//# sourceMappingURL=apple_watch_medium.js.map