UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 696 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const FiberPin = createIcon("FiberPin", [ [ "path", { d: "M5.5 10.5H7.5V11.5H5.5V10.5ZM20 4H4C2.89 4 2.01 4.89 2.01 6L2 18C2 19.11 2.89 20 4 20H20C21.11 20 22 19.11 22 18V6C22 4.89 21.11 4 20 4ZM9 11.5C9 12.35 8.35 13 7.5 13H5.5V15H4V9H7.5C8.35 9 9 9.65 9 10.5V11.5ZM12.5 15H11V9H12.5V15ZM20 15H18.8L16.25 11.5V15H15V9H16.25L18.75 12.5V9H20V15Z", key: "1qo599" } ] ]); export { FiberPin as default }; //# sourceMappingURL=fiber_pin.js.map