UNPKG

@gravity-ui/icons

Version:

Pack of Gravity UI icons

8 lines (7 loc) 1.08 kB
import * as React from 'react'; const Alarm = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 17, height: 17, fill: "none", viewBox: "0 0 17 17" }, props), React.createElement("g", { fill: "currentColor" }, React.createElement("path", { d: "M8.499 4.508c.44 0 .797.357.797.797v2.789l1.098.823a.797.797 0 1 1-.956 1.274L8.021 9.13a.8.8 0 0 1-.319-.637V5.305c0-.44.357-.797.797-.797" }), React.createElement("path", { fillRule: "evenodd", d: "M8.5 1.063a6.906 6.906 0 0 1 5.153 11.499l1.376 1.833a.797.797 0 0 1-1.274.957l-1.297-1.729a6.87 6.87 0 0 1-3.958 1.25 6.87 6.87 0 0 1-3.915-1.218l-1.313 1.719a.796.796 0 1 1-1.266-.967l1.376-1.803A6.906 6.906 0 0 1 8.5 1.063m0 1.593a5.312 5.312 0 1 0 0 10.624 5.312 5.312 0 0 0 0-10.624", clipRule: "evenodd" }), React.createElement("path", { d: "M2.624.5A.797.797 0 1 1 3.75 1.625L1.626 3.75A.797.797 0 0 1 .499 2.624zm10.624 0a.797.797 0 0 1 1.126 0L16.5 2.623a.797.797 0 1 1-1.127 1.127l-2.124-2.125a.797.797 0 0 1 0-1.127" })))); export default Alarm;