UNPKG

@gravity-ui/icons

Version:

Pack of Gravity UI icons

8 lines (7 loc) 1.97 kB
import * as React from 'react'; const BroomMotion = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props), React.createElement("g", { fill: "currentColor" }, React.createElement("path", { d: "M10.037 1.026a.75.75 0 0 1 .921.527l1.303 4.766c1.425.5 2.443 1.896 2.215 3.51-.238 1.675-.608 2.956-.922 3.826-.157.435-.3.767-.408.994a7 7 0 0 1-.128.264l-.04.072-.011.022-.004.007-.002.003-.001.002a.75.75 0 0 1-.764.368L3.49 14.053c-.866-.133-1.088-1.236-.43-1.73l.31-.24c.794-.643 2.066-1.844 2.911-3.49.774-1.506 2.406-2.872 4.34-2.585l-1.11-4.06a.75.75 0 0 1 .527-.922m.372 6.468c-1.06-.162-2.183.594-2.795 1.785-.782 1.523-1.867 2.695-2.724 3.471l4.152.636 1.312-1.61a.434.434 0 0 1 .766.34l-.238 1.551.991.152c.077-.175.171-.399.27-.674.283-.78.625-1.96.847-3.526.132-.929-.553-1.815-1.58-1.973zm-7.534.787a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m-1.125-3a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m3.64-2a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5" }), React.createElement("path", { fillRule: "evenodd", d: "M10.037 1.027a.75.75 0 0 1 .921.526l1.303 4.767c1.425.499 2.444 1.895 2.215 3.51-.238 1.674-.608 2.954-.922 3.825-.158.434-.3.767-.408.995a7 7 0 0 1-.128.263l-.04.072-.011.021-.004.008-.002.003h-.001a.75.75 0 0 1-.764.369L3.49 14.053c-.866-.133-1.088-1.236-.43-1.73l.31-.24c.794-.642 2.066-1.844 2.911-3.49.774-1.506 2.406-2.872 4.34-2.585l-1.11-4.06a.75.75 0 0 1 .527-.921m.372 6.466c-1.06-.162-2.183.596-2.795 1.786-.782 1.523-1.867 2.695-2.724 3.471l4.152.636 1.312-1.61a.434.434 0 0 1 .766.34l-.238 1.551.991.152c.077-.174.171-.399.27-.673.283-.78.625-1.962.847-3.528.132-.929-.553-1.814-1.58-1.971z", clipRule: "evenodd" }), React.createElement("path", { d: "M2.875 8.281a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m-1.125-3a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m3.64-2a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5" })))); export default BroomMotion;