@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path;
import React from 'react';
const horse = 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",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M5.53 2.953 3.347 1s-.48 1.197-.31 1.953c.227 1.017 1.867 1.952 1.867 1.952m.626-1.952c1-.904 2.763-1.674 4.631 0m-4.631 0c-.492.498-.936 1.116-.626 1.952m0 0c1.349 2.46 2.483 2.863 4.83 2.755.134-1.206 1.064-1.888 1.362-2.755m-6.192 0c-1.152 2.228-1.039 3.46.976 5.266-.372.466-1.56 1.709-.976 2.824.175.335.664.74.934 1.116.56.778 1.535.889 2.473.889.939 0 1.29-.111 1.85-.889.271-.376.76-.782.935-1.116.516-.987.104-2.255-.976-2.824 1.815-1.689 2.25-3.222.976-5.266m0 0s1.64-.935 1.868-1.952c.17-.756-.312-1.953-.312-1.953l-2.49 1.953m.934 1.952c.191-.557-.934-1.952-.934-1.952m-2.986 9.461h.02m1.628 0h-.02"
})));
export default horse;
//# sourceMappingURL=horse.js.map