UNPKG

@icongo/cg

Version:
15 lines 543 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var CGDialpad = props => /*#__PURE__*/_jsx("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props, { children: /*#__PURE__*/_jsx("path", { fill: "currentColor", d: "M5.5 3h3v3h-3V3Zm0 5h3v3h-3V8Zm0 5v3h3v-3h-3Zm5-10h3v3h-3V3Zm0 5v3h3V8h-3Zm0 5h3v3h-3v-3Zm0 5v3h3v-3h-3Zm5-15h3v3h-3V3Zm0 5v3h3V8h-3Zm0 5h3v3h-3v-3Z" }) })); export { CGDialpad };